#8AD2BE

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

Shades of Bermuda #8AD2BE

Tints of Bermuda #8AD2BE

Color information

#8AD2BE (or 0x8AD2BE) is unknown color: approx Bermuda. HEX triplet: 8A, D2 and BE. RGB value is (138,210,190). Sum of RGB (Red+Green+Blue) = 138+210+190=538 (71% of max value = 765). Red value is 138 (54.30% from 255 or 25.65% from 538); Green value is 210 (82.42% from 255 or 39.03% from 538); Blue value is 190 (74.61% from 255 or 35.32% from 538); Max value from RGB is 210 - color contains mainly: green. Hex color #8AD2BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AD2BE is #752D41. Grayscale: #BABABA. Windows color (decimal): -7679298 or 12505738. OLE color: 12505738.

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

Color convert

RGB138210190-
CMYK0.3400.100.18
HSL163.33º44.44%68.24%-
HSV(B)163.33º34.29%82.35%-
XYZ42.8255.2157.12-
YUV186.19130.1593.63-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.65%
GREEN value IS 210 (82.42% from 255) = 39.03%
BLUE value IS 190 (74.61% from 255) = 35.32%
R=25.65%
G=39.03%
B=35.32%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1382101900.3400.100.18163.3344.4468.24
Hex8AD2BE220A12a32c44
Octal212322276420122224354104
Binary1000101011010010101111101000100101010010101000111011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AD2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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