#8ECEC1

Color #8ECEC1 Bermuda (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bermuda #8ECEC1

Tints of Bermuda #8ECEC1

Color information

#8ECEC1 (or 0x8ECEC1) is unknown color: approx Bermuda. HEX triplet: 8E, CE and C1. RGB value is (142,206,193). Sum of RGB (Red+Green+Blue) = 142+206+193=541 (71% of max value = 765). Red value is 142 (55.86% from 255 or 26.25% from 541); Green value is 206 (80.86% from 255 or 38.08% from 541); Blue value is 193 (75.78% from 255 or 35.67% from 541); Max value from RGB is 206 - color contains mainly: green. Hex color #8ECEC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ECEC1 is #71313E. Grayscale: #B9B9B9. Windows color (decimal): -7418175 or 12701326. OLE color: 12701326.

HSL color Cylindrical-coordinate representation of color #8ECEC1: hue angle of 167.81º 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 #8ECEC1 is Cyan = 0.31, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.

Color convert

RGB142206193-
CMYK0.3100.060.19
HSL167.81º39.51%68.24%-
HSV(B)167.81º31.07%80.78%-
XYZ42.8553.7458.57-
YUV185.38132.397.06-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.25%
GREEN value IS 206 (80.86% from 255) = 38.08%
BLUE value IS 193 (75.78% from 255) = 35.67%
R=26.25%
G=38.08%
B=35.67%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1422061930.3100.060.19167.8139.5168.24
Hex8ECEC11F0613a82844
Octal21631630137062325050104
Binary10001110110011101100000111111011010011101010001010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ECEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8ECEC1;
 }
 .AnyTagClassName
 {
   color: #8ECEC1;
 }
</style>
background-color css

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

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

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

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

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

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