#7AD4C9

Color #7AD4C9 Bermuda (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bermuda #7AD4C9

Tints of Bermuda #7AD4C9

Color information

#7AD4C9 (or 0x7AD4C9) is unknown color: approx Bermuda. HEX triplet: 7A, D4 and C9. RGB value is (122,212,201). Sum of RGB (Red+Green+Blue) = 122+212+201=535 (70% of max value = 765). Red value is 122 (48.05% from 255 or 22.80% from 535); Green value is 212 (83.20% from 255 or 39.63% from 535); Blue value is 201 (78.91% from 255 or 37.57% from 535); Max value from RGB is 212 - color contains mainly: green. Hex color #7AD4C9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AD4C9 is #852B36. Grayscale: #B7B7B7. Windows color (decimal): -8727351 or 13227130. OLE color: 13227130.

HSL color Cylindrical-coordinate representation of color #7AD4C9: hue angle of 172.67º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7AD4C9 is Cyan = 0.42, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.17.

Color convert

RGB122212201-
CMYK0.4200.050.17
HSL172.67º51.14%65.49%-
HSV(B)172.67º42.45%83.14%-
XYZ42.1155.4463.74-
YUV183.84137.6883.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 122 (48.05% from 255) = 22.80%
GREEN value IS 212 (83.20% from 255) = 39.63%
BLUE value IS 201 (78.91% from 255) = 37.57%
R=22.80%
G=39.63%
B=37.57%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1222122010.4200.050.17172.6751.1465.49
Hex7AD4C92A0511ad3341
Octal17232431152052125563101
Binary11110101101010011001001101010010110001101011011100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AD4C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7AD4C9; }

 p { color: rgb(122,212,201); }

 H1.HeaderClassName
 {
   color: #7AD4C9;
 }
 .AnyTagClassName
 {
   color: #7AD4C9;
 }
</style>
background-color css

<style>
 a { background-color: #7AD4C9; }

 a { background-color: rgb(122,212,201); }

 div.DivClassName
 {
   background-color: #7AD4C9;
 }
 .BgClassName
 {
   background-color: #7AD4C9;
 }
</style>
border-color css

<style>
 span { border-color: #7AD4C9; }

 span { border-color: rgb(122,212,201); }

 td.TdClassName
 {
   border-color: #7AD4C9;
 }
 .TagClassName
 {
   border-color: #7AD4C9;
 }
</style>