Html Css Color HEX #8AD8BA Bermuda

📋 copy color: '#8AD8BA'

red 138 ◦ green 216 ◦ blue 186

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

Shades of Bermuda #8AD8BA

Tints of Bermuda #8AD8BA

RGB

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

 GREEN value IS 216 (84.77% from 255) = 40%

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

R = 25.56%
G = 40%
B = 34.44%

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

#8AD8BA (or 0x8AD8BA) is known color: Bermuda. HEX triplet: 8A, D8 and BA. RGB value is (138,216,186). Sum of RGB (Red+Green+Blue) = 138+216+186=540 (71% of max value = 765). Red value is 138 (54.30% from 255 or 25.56% from 540); Green value is 216 (84.77% from 255 or 40% from 540); Blue value is 186 (73.05% from 255 or 34.44% from 540); Max value from RGB is 216 - color contains mainly: green. Hex color #8AD8BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AD8BA is #752745. Grayscale: #BDBDBD. Windows color (decimal): -7677766 or 12245130. OLE color: 12245130.

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

Color convert

RGB 138 216 186 -
CMYK 0.36 0 0.14 0.15
HSL 156.92º 0.5% 0.69% -
HSV(B) 156.92º 0.36% 0.85% -
XYZ 43.9 58.06 55.35 -
YUV 189.26 126.16 91.44 -
System Red Green Blue C M Y K H S L
Decimal 138 216 186 0.36 0 0.14 0.15 156.92 0.5 0.69
Hex 8A D8 BA 24 0 E F 9D 32 45
Octal 212 330 272 44 0 16 17 235 62 105
Binary 10001010 11011000 10111010 100100 0 1110 1111 10011101 110010 1000101

Color Harmonies of #8AD8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AD8BA

Black with #8AD8BA

Text Example


Text Example

White with #8AD8BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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