#0ECD83

Color #0ECD83 Caribbean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caribbean Green #0ECD83

Tints of Caribbean Green #0ECD83

Color information

#0ECD83 (or 0x0ECD83) is unknown color: approx Caribbean Green. HEX triplet: 0E, CD and 83. RGB value is (14,205,131). Sum of RGB (Red+Green+Blue) = 14+205+131=350 (46% of max value = 765). Red value is 14 (5.86% from 255 or 4% from 350); Green value is 205 (80.47% from 255 or 58.57% from 350); Blue value is 131 (51.56% from 255 or 37.43% from 350); Max value from RGB is 205 - color contains mainly: green. Hex color #0ECD83 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ECD83 is #F1327C. Grayscale: #8B8B8B. Windows color (decimal): -15807101 or 8637710. OLE color: 8637710.

HSL color Cylindrical-coordinate representation of color #0ECD83: hue angle of 156.75º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0ECD83 is Cyan = 0.93, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.20.

Color convert

RGB14205131-
CMYK0.9300.360.20
HSL156.75º87.21%42.94%-
HSV(B)156.75º93.17%80.39%-
XYZ26.1145.3928.86-
YUV139.45123.2238.52-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4%
GREEN value IS 205 (80.47% from 255) = 58.57%
BLUE value IS 131 (51.56% from 255) = 37.43%
R=4%
G=58.57%
B=37.43%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal142051310.9300.360.20156.7587.2142.94
HexECD835D024149d572b
Octal163152031350442423512753
Binary111011001101100000111011101010010010100100111011010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ECD83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0ECD83; }

 p { color: rgb(14,205,131); }

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

<style>
 a { background-color: #0ECD83; }

 a { background-color: rgb(14,205,131); }

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

<style>
 span { border-color: #0ECD83; }

 span { border-color: rgb(14,205,131); }

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