Html Css Color HEX #8ECCC8 Bermuda

📋 copy color: '#8ECCC8'

red 142 ◦ green 204 ◦ blue 200

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

Shades of Bermuda #8ECCC8

Tints of Bermuda #8ECCC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 36.63%

R = 26.01%
G = 37.36%
B = 36.63%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.02

 K value IS 0.2

RGB Variations

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

Color information

#8ECCC8 (or 0x8ECCC8) is known color: Bermuda. HEX triplet: 8E, CC and C8. RGB value is (142,204,200). Sum of RGB (Red+Green+Blue) = 142+204+200=546 (72% of max value = 765). Red value is 142 (55.86% from 255 or 26.01% from 546); Green value is 204 (80.08% from 255 or 37.36% from 546); Blue value is 200 (78.52% from 255 or 36.63% from 546); Max value from RGB is 204 - color contains mainly: green. Hex color #8ECCC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ECCC8 is #713337. Grayscale: #B8B8B8. Windows color (decimal): -7418680 or 13159566. OLE color: 13159566.

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

Color convert

RGB 142 204 200 -
CMYK 0.30 0 0.02 0.2
HSL 176.13º 0.38% 0.68% -
HSV(B) 176.13º 0.3% 0.8% -
XYZ 43.17 53.11 62.62 -
YUV 185.01 136.46 97.33 -
System Red Green Blue C M Y K H S L
Decimal 142 204 200 0.30 0 0.02 0.2 176.13 0.38 0.68
Hex 8E CC C8 1E 0 2 14 B0 26 44
Octal 216 314 310 36 0 2 24 260 46 104
Binary 10001110 11001100 11001000 11110 0 10 10100 10110000 100110 1000100

Color Harmonies of #8ECCC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ECCC8

Black with #8ECCC8

Text Example


Text Example

White with #8ECCC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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