Html Css Color HEX #8ECCB6 Bermuda

📋 copy color: '#8ECCB6'

red 142 ◦ green 204 ◦ blue 182

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

Shades of Bermuda #8ECCB6

Tints of Bermuda #8ECCB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 34.47%

R = 26.89%
G = 38.64%
B = 34.47%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.11

 K value IS 0.2

RGB Variations

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

Color information

#8ECCB6 (or 0x8ECCB6) is known color: Bermuda. HEX triplet: 8E, CC and B6. RGB value is (142,204,182). Sum of RGB (Red+Green+Blue) = 142+204+182=528 (69% of max value = 765). Red value is 142 (55.86% from 255 or 26.89% from 528); Green value is 204 (80.08% from 255 or 38.64% from 528); Blue value is 182 (71.48% from 255 or 34.47% from 528); Max value from RGB is 204 - color contains mainly: green. Hex color #8ECCB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ECCB6 is #713349. Grayscale: #B6B6B6. Windows color (decimal): -7418698 or 11979918. OLE color: 11979918.

HSL color Cylindrical-coordinate representation of color #8ECCB6: hue angle of 158.71º 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 #8ECCB6 is Cyan = 0.30, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.2.

Color convert

RGB 142 204 182 -
CMYK 0.30 0 0.11 0.2
HSL 158.71º 0.38% 0.68% -
HSV(B) 158.71º 0.3% 0.8% -
XYZ 41.19 52.31 52.18 -
YUV 182.95 127.46 98.79 -
System Red Green Blue C M Y K H S L
Decimal 142 204 182 0.30 0 0.11 0.2 158.71 0.38 0.68
Hex 8E CC B6 1E 0 B 14 9F 26 44
Octal 216 314 266 36 0 13 24 237 46 104
Binary 10001110 11001100 10110110 11110 0 1011 10100 10011111 100110 1000100

Color Harmonies of #8ECCB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ECCB6

Black with #8ECCB6

Text Example


Text Example

White with #8ECCB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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