#8AD1C7

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

Shades of Bermuda #8AD1C7

Tints of Bermuda #8AD1C7

Color information

#8AD1C7 (or 0x8AD1C7) is unknown color: approx Bermuda. HEX triplet: 8A, D1 and C7. RGB value is (138,209,199). Sum of RGB (Red+Green+Blue) = 138+209+199=546 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.27% from 546); Green value is 209 (82.03% from 255 or 38.28% from 546); Blue value is 199 (78.12% from 255 or 36.45% from 546); Max value from RGB is 209 - color contains mainly: green. Hex color #8AD1C7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AD1C7 is #752E38. Grayscale: #BABABA. Windows color (decimal): -7679545 or 13095306. OLE color: 13095306.

HSL color Cylindrical-coordinate representation of color #8AD1C7: hue angle of 171.55º 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 #8AD1C7 is Cyan = 0.34, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.18.

Color convert

RGB138209199-
CMYK0.3400.050.18
HSL171.55º43.56%68.04%-
HSV(B)171.55º33.97%81.96%-
XYZ43.5955.1362.38-
YUV186.63134.9893.31-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.27%
GREEN value IS 209 (82.03% from 255) = 38.28%
BLUE value IS 199 (78.12% from 255) = 36.45%
R=25.27%
G=38.28%
B=36.45%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1382091990.3400.050.18171.5543.5668.04
Hex8AD1C7220512ac2c44
Octal21232130742052225454104
Binary100010101101000111000111100010010110010101011001011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AD1C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,209,199); }

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

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

 a { background-color: rgb(138,209,199); }

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

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

 span { border-color: rgb(138,209,199); }

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