Html Css Color HEX #8ECEC6 Bermuda

📋 copy color: '#8ECEC6'

red 142 ◦ green 206 ◦ blue 198

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

Shades of Bermuda #8ECEC6

Tints of Bermuda #8ECEC6

RGB

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

 GREEN value IS 206 (80.86% from 255) = 37.73%

 BLUE value IS 198 (77.73% from 255) = 36.26%

R = 26.01%
G = 37.73%
B = 36.26%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.04

 K value IS 0.19

RGB Variations

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

Color information

#8ECEC6 (or 0x8ECEC6) is known color: Bermuda. HEX triplet: 8E, CE and C6. RGB value is (142,206,198). Sum of RGB (Red+Green+Blue) = 142+206+198=546 (72% of max value = 765). Red value is 142 (55.86% from 255 or 26.01% from 546); Green value is 206 (80.86% from 255 or 37.73% from 546); Blue value is 198 (77.73% from 255 or 36.26% from 546); Max value from RGB is 206 - color contains mainly: green. Hex color #8ECEC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ECEC6 is #713139. Grayscale: #B9B9B9. Windows color (decimal): -7418170 or 13029006. OLE color: 13029006.

HSL color Cylindrical-coordinate representation of color #8ECEC6: hue angle of 172.5º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8ECEC6 is Cyan = 0.31, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.

Color convert

RGB 142 206 198 -
CMYK 0.31 0 0.04 0.19
HSL 172.5º 0.4% 0.68% -
HSV(B) 172.5º 0.31% 0.81% -
XYZ 43.42 53.97 61.55 -
YUV 185.95 134.8 96.65 -
System Red Green Blue C M Y K H S L
Decimal 142 206 198 0.31 0 0.04 0.19 172.5 0.4 0.68
Hex 8E CE C6 1F 0 4 13 AC 28 44
Octal 216 316 306 37 0 4 23 254 50 104
Binary 10001110 11001110 11000110 11111 0 100 10011 10101100 101000 1000100

Color Harmonies of #8ECEC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ECEC6

Black with #8ECEC6

Text Example


Text Example

White with #8ECEC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,206,198); }

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

background-color css

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

 a { background-color: rgb(142,206,198); }

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

border-color css

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

 span { border-color: rgb(142,206,198); }

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