Html Css Color HEX #8ECCB9 Bermuda

📋 copy color: '#8ECCB9'

red 142 ◦ green 204 ◦ blue 185

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

Shades of Bermuda #8ECCB9

Tints of Bermuda #8ECCB9

RGB

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

 GREEN value IS 204 (80.08% from 255) = 38.42%

 BLUE value IS 185 (72.66% from 255) = 34.84%

R = 26.74%
G = 38.42%
B = 34.84%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.09

 K value IS 0.2

RGB Variations

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

Color information

#8ECCB9 (or 0x8ECCB9) is known color: Bermuda. HEX triplet: 8E, CC and B9. RGB value is (142,204,185). Sum of RGB (Red+Green+Blue) = 142+204+185=531 (70% of max value = 765). Red value is 142 (55.86% from 255 or 26.74% from 531); Green value is 204 (80.08% from 255 or 38.42% from 531); Blue value is 185 (72.66% from 255 or 34.84% from 531); Max value from RGB is 204 - color contains mainly: green. Hex color #8ECCB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ECCB9 is #713346. Grayscale: #B7B7B7. Windows color (decimal): -7418695 or 12176526. OLE color: 12176526.

HSL color Cylindrical-coordinate representation of color #8ECCB9: hue angle of 161.61º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8ECCB9 is Cyan = 0.30, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.2.

Color convert

RGB 142 204 185 -
CMYK 0.30 0 0.09 0.2
HSL 161.61º 0.38% 0.68% -
HSV(B) 161.61º 0.3% 0.8% -
XYZ 41.51 52.44 53.83 -
YUV 183.3 128.96 98.54 -
System Red Green Blue C M Y K H S L
Decimal 142 204 185 0.30 0 0.09 0.2 161.61 0.38 0.68
Hex 8E CC B9 1E 0 9 14 A2 26 44
Octal 216 314 271 36 0 11 24 242 46 104
Binary 10001110 11001100 10111001 11110 0 1001 10100 10100010 100110 1000100

Color Harmonies of #8ECCB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ECCB9

Black with #8ECCB9

Text Example


Text Example

White with #8ECCB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,204,185); }

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

background-color css

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

 a { background-color: rgb(142,204,185); }

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

border-color css

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

 span { border-color: rgb(142,204,185); }

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