#8ECDC4

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

Shades of Bermuda #8ECDC4

Tints of Bermuda #8ECDC4

Color information

#8ECDC4 (or 0x8ECDC4) is unknown color: approx Bermuda. HEX triplet: 8E, CD and C4. RGB value is (142,205,196). Sum of RGB (Red+Green+Blue) = 142+205+196=543 (71% of max value = 765). Red value is 142 (55.86% from 255 or 26.15% from 543); Green value is 205 (80.47% from 255 or 37.75% from 543); Blue value is 196 (76.95% from 255 or 36.10% from 543); Max value from RGB is 205 - color contains mainly: green. Hex color #8ECDC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ECDC4 is #71323B. Grayscale: #B9B9B9. Windows color (decimal): -7418428 or 12897678. OLE color: 12897678.

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

Color convert

RGB142205196-
CMYK0.3100.040.20
HSL171.43º38.65%68.04%-
HSV(B)171.43º30.73%80.39%-
XYZ42.9553.460.27-
YUV185.14134.1397.23-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.15%
GREEN value IS 205 (80.47% from 255) = 37.75%
BLUE value IS 196 (76.95% from 255) = 36.10%
R=26.15%
G=37.75%
B=36.10%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1422051960.3100.040.20171.4338.6568.04
Hex8ECDC41F0414ab2744
Octal21631530437042425347104
Binary10001110110011011100010011111010010100101010111001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ECDC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,205,196); }

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

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

 a { background-color: rgb(142,205,196); }

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

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

 span { border-color: rgb(142,205,196); }

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