#7AD2CC

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

Shades of Bermuda #7AD2CC

Tints of Bermuda #7AD2CC

Color information

#7AD2CC (or 0x7AD2CC) is unknown color: approx Bermuda. HEX triplet: 7A, D2 and CC. RGB value is (122,210,204). Sum of RGB (Red+Green+Blue) = 122+210+204=536 (70% of max value = 765). Red value is 122 (48.05% from 255 or 22.76% from 536); Green value is 210 (82.42% from 255 or 39.18% from 536); Blue value is 204 (80.08% from 255 or 38.06% from 536); Max value from RGB is 210 - color contains mainly: green. Hex color #7AD2CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AD2CC is #852D33. Grayscale: #B6B6B6. Windows color (decimal): -8727860 or 13423226. OLE color: 13423226.

HSL color Cylindrical-coordinate representation of color #7AD2CC: hue angle of 175.91º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7AD2CC is Cyan = 0.42, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB122210204-
CMYK0.4200.030.18
HSL175.91º49.44%65.1%-
HSV(B)175.91º41.9%82.35%-
XYZ41.9754.5965.45-
YUV183139.8584.49-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 22.76%
GREEN value IS 210 (82.42% from 255) = 39.18%
BLUE value IS 204 (80.08% from 255) = 38.06%
R=22.76%
G=39.18%
B=38.06%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1222102040.4200.030.18175.9149.4465.1
Hex7AD2CC2A0312b03141
Octal17232231452032226061101
Binary1111010110100101100110010101001110010101100001100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AD2CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,210,204); }

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

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

 a { background-color: rgb(122,210,204); }

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

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

 span { border-color: rgb(122,210,204); }

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