Html Css Color HEX #8AD9BA Bermuda

📋 copy color: '#8AD9BA'

red 138 ◦ green 217 ◦ blue 186

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

Shades of Bermuda #8AD9BA

Tints of Bermuda #8AD9BA

RGB

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

 GREEN value IS 217 (85.16% from 255) = 40.11%

 BLUE value IS 186 (73.05% from 255) = 34.38%

R = 25.51%
G = 40.11%
B = 34.38%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#8AD9BA (or 0x8AD9BA) is known color: Bermuda. HEX triplet: 8A, D9 and BA. RGB value is (138,217,186). Sum of RGB (Red+Green+Blue) = 138+217+186=541 (71% of max value = 765). Red value is 138 (54.30% from 255 or 25.51% from 541); Green value is 217 (85.16% from 255 or 40.11% from 541); Blue value is 186 (73.05% from 255 or 34.38% from 541); Max value from RGB is 217 - color contains mainly: green. Hex color #8AD9BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AD9BA is #752645. Grayscale: #BDBDBD. Windows color (decimal): -7677510 or 12245386. OLE color: 12245386.

HSL color Cylindrical-coordinate representation of color #8AD9BA: hue angle of 156.46º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8AD9BA is Cyan = 0.36, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB 138 217 186 -
CMYK 0.36 0 0.14 0.15
HSL 156.46º 0.51% 0.7% -
HSV(B) 156.46º 0.36% 0.85% -
XYZ 44.16 58.57 55.43 -
YUV 189.85 125.83 91.02 -
System Red Green Blue C M Y K H S L
Decimal 138 217 186 0.36 0 0.14 0.15 156.46 0.51 0.7
Hex 8A D9 BA 24 0 E F 9C 33 46
Octal 212 331 272 44 0 16 17 234 63 106
Binary 10001010 11011001 10111010 100100 0 1110 1111 10011100 110011 1000110

Color Harmonies of #8AD9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AD9BA

Black with #8AD9BA

Text Example


Text Example

White with #8AD9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,217,186); }

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

background-color css

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

 a { background-color: rgb(138,217,186); }

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

border-color css

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

 span { border-color: rgb(138,217,186); }

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