Html Css Color HEX #8EC9BA Bermuda

📋 copy color: '#8EC9BA'

red 142 ◦ green 201 ◦ blue 186

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

Shades of Bermuda #8EC9BA

Tints of Bermuda #8EC9BA

RGB

 RED value IS 142 (55.86% from 255) = 26.84%

 GREEN value IS 201 (78.91% from 255) = 38%

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

R = 26.84%
G = 38%
B = 35.16%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#8EC9BA (or 0x8EC9BA) is known color: Bermuda. HEX triplet: 8E, C9 and BA. RGB value is (142,201,186). Sum of RGB (Red+Green+Blue) = 142+201+186=529 (70% of max value = 765). Red value is 142 (55.86% from 255 or 26.84% from 529); Green value is 201 (78.91% from 255 or 38.00% from 529); Blue value is 186 (73.05% from 255 or 35.16% from 529); Max value from RGB is 201 - color contains mainly: green. Hex color #8EC9BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EC9BA is #713645. Grayscale: #B5B5B5. Windows color (decimal): -7419462 or 12241294. OLE color: 12241294.

HSL color Cylindrical-coordinate representation of color #8EC9BA: hue angle of 164.75º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8EC9BA is Cyan = 0.29, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB 142 201 186 -
CMYK 0.29 0 0.07 0.21
HSL 164.75º 0.35% 0.67% -
HSV(B) 164.75º 0.29% 0.79% -
XYZ 40.9 51.07 54.16 -
YUV 181.65 130.45 99.72 -
System Red Green Blue C M Y K H S L
Decimal 142 201 186 0.29 0 0.07 0.21 164.75 0.35 0.67
Hex 8E C9 BA 1D 0 7 15 A5 23 43
Octal 216 311 272 35 0 7 25 245 43 103
Binary 10001110 11001001 10111010 11101 0 111 10101 10100101 100011 1000011

Color Harmonies of #8EC9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EC9BA

Black with #8EC9BA

Text Example


Text Example

White with #8EC9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,201,186); }

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

background-color css

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

 a { background-color: rgb(142,201,186); }

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

border-color css

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

 span { border-color: rgb(142,201,186); }

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