#8AD2C4

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

Shades of Bermuda #8AD2C4

Tints of Bermuda #8AD2C4

Color information

#8AD2C4 (or 0x8AD2C4) is unknown color: approx Bermuda. HEX triplet: 8A, D2 and C4. RGB value is (138,210,196). Sum of RGB (Red+Green+Blue) = 138+210+196=544 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.37% from 544); Green value is 210 (82.42% from 255 or 38.60% from 544); Blue value is 196 (76.95% from 255 or 36.03% from 544); Max value from RGB is 210 - color contains mainly: green. Hex color #8AD2C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AD2C4 is #752D3B. Grayscale: #BABABA. Windows color (decimal): -7679292 or 12898954. OLE color: 12898954.

HSL color Cylindrical-coordinate representation of color #8AD2C4: hue angle of 168.33º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8AD2C4 is Cyan = 0.34, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.18.

Color convert

RGB138210196-
CMYK0.3400.070.18
HSL168.33º44.44%68.24%-
HSV(B)168.33º34.29%82.35%-
XYZ43.4955.4860.64-
YUV186.88133.1593.14-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.37%
GREEN value IS 210 (82.42% from 255) = 38.60%
BLUE value IS 196 (76.95% from 255) = 36.03%
R=25.37%
G=38.60%
B=36.03%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1382101960.3400.070.18168.3344.4468.24
Hex8AD2C4220712a82c44
Octal21232230442072225054104
Binary100010101101001011000100100010011110010101010001011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AD2C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8AD2C4; }

 p { color: rgb(138,210,196); }

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

<style>
 a { background-color: #8AD2C4; }

 a { background-color: rgb(138,210,196); }

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

<style>
 span { border-color: #8AD2C4; }

 span { border-color: rgb(138,210,196); }

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