#0ECBB2

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

Shades of Caribbean Green #0ECBB2

Tints of Caribbean Green #0ECBB2

Color information

#0ECBB2 (or 0x0ECBB2) is unknown color: approx Caribbean Green. HEX triplet: 0E, CB and B2. RGB value is (14,203,178). Sum of RGB (Red+Green+Blue) = 14+203+178=395 (52% of max value = 765). Red value is 14 (5.86% from 255 or 3.54% from 395); Green value is 203 (79.69% from 255 or 51.39% from 395); Blue value is 178 (69.92% from 255 or 45.06% from 395); Max value from RGB is 203 - color contains mainly: green. Hex color #0ECBB2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ECBB2 is #F1344D. Grayscale: #8F8F8F. Windows color (decimal): -15807566 or 11717390. OLE color: 11717390.

HSL color Cylindrical-coordinate representation of color #0ECBB2: hue angle of 172.06º 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 #0ECBB2 is Cyan = 0.93, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.

Color convert

RGB14203178-
CMYK0.9300.120.20
HSL172.06º87.1%42.55%-
HSV(B)172.06º93.1%79.61%-
XYZ29.5746.0249.44-
YUV143.64147.3835.53-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.54%
GREEN value IS 203 (79.69% from 255) = 51.39%
BLUE value IS 178 (69.92% from 255) = 45.06%
R=3.54%
G=51.39%
B=45.06%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal142031780.9300.120.20172.0687.142.55
HexECBB25D0C14ac572b
Octal163132621350142425412753
Binary1110110010111011001010111010110010100101011001010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ECBB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,203,178); }

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

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

 a { background-color: rgb(14,203,178); }

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

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

 span { border-color: rgb(14,203,178); }

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