Html Css Color HEX #8AD2BE Bermuda

📋 copy color: '#8AD2BE'

red 138 ◦ green 210 ◦ blue 190

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

Shades of Bermuda #8AD2BE

Tints of Bermuda #8AD2BE

RGB

 RED value IS 138 (54.3% 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 value IS 0.34

 M value IS 0

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#8AD2BE (or 0x8AD2BE) is known color: 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

RGB 138 210 190 -
CMYK 0.34 0 0.10 0.18
HSL 163.33º 0.44% 0.68% -
HSV(B) 163.33º 0.34% 0.82% -
XYZ 42.82 55.21 57.12 -
YUV 186.19 130.15 93.63 -
System Red Green Blue C M Y K H S L
Decimal 138 210 190 0.34 0 0.10 0.18 163.33 0.44 0.68
Hex 8A D2 BE 22 0 A 12 A3 2C 44
Octal 212 322 276 42 0 12 22 243 54 104
Binary 10001010 11010010 10111110 100010 0 1010 10010 10100011 101100 1000100

Color Harmonies of #8AD2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AD2BE

Black with #8AD2BE

Text Example


Text Example

White with #8AD2BE

Text Example


Text Example

HTML Codes & Css Web 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>