Html Css Color HEX #8AD2BB Bermuda

📋 copy color: '#8AD2BB'

red 138 ◦ green 210 ◦ blue 187

#8AD2BB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bermuda #8AD2BB

Tints of Bermuda #8AD2BB

RGB

 RED value IS 138 (54.3% from 255) = 25.79%

 GREEN value IS 210 (82.42% from 255) = 39.25%

 BLUE value IS 187 (73.44% from 255) = 34.95%

R = 25.79%
G = 39.25%
B = 34.95%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#8AD2BB (or 0x8AD2BB) is known color: Bermuda. HEX triplet: 8A, D2 and BB. RGB value is (138,210,187). Sum of RGB (Red+Green+Blue) = 138+210+187=535 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.79% from 535); Green value is 210 (82.42% from 255 or 39.25% from 535); Blue value is 187 (73.44% from 255 or 34.95% from 535); Max value from RGB is 210 - color contains mainly: green. Hex color #8AD2BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AD2BB is #752D44. Grayscale: #B9B9B9. Windows color (decimal): -7679301 or 12309130. OLE color: 12309130.

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

Color convert

RGB 138 210 187 -
CMYK 0.34 0 0.11 0.18
HSL 160.83º 0.44% 0.68% -
HSV(B) 160.83º 0.34% 0.82% -
XYZ 42.5 55.08 55.41 -
YUV 185.85 128.65 93.87 -
System Red Green Blue C M Y K H S L
Decimal 138 210 187 0.34 0 0.11 0.18 160.83 0.44 0.68
Hex 8A D2 BB 22 0 B 12 A1 2C 44
Octal 212 322 273 42 0 13 22 241 54 104
Binary 10001010 11010010 10111011 100010 0 1011 10010 10100001 101100 1000100

Color Harmonies of #8AD2BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AD2BB

Black with #8AD2BB

Text Example


Text Example

White with #8AD2BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8AD2BB;
 }
 .AnyTagClassName
 {
   color: #8AD2BB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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