#0ECBB0

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

Shades of Caribbean Green #0ECBB0

Tints of Caribbean Green #0ECBB0

Color information

#0ECBB0 (or 0x0ECBB0) is unknown color: approx Caribbean Green. HEX triplet: 0E, CB and B0. RGB value is (14,203,176). Sum of RGB (Red+Green+Blue) = 14+203+176=393 (52% of max value = 765). Red value is 14 (5.86% from 255 or 3.56% from 393); Green value is 203 (79.69% from 255 or 51.65% from 393); Blue value is 176 (69.14% from 255 or 44.78% from 393); Max value from RGB is 203 - color contains mainly: green. Hex color #0ECBB0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ECBB0 is #F1344F. Grayscale: #8F8F8F. Windows color (decimal): -15807568 or 11586318. OLE color: 11586318.

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

Color convert

RGB14203176-
CMYK0.9300.130.20
HSL171.43º87.1%42.55%-
HSV(B)171.43º93.1%79.61%-
XYZ29.3745.9448.39-
YUV143.41146.3835.7-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.56%
GREEN value IS 203 (79.69% from 255) = 51.65%
BLUE value IS 176 (69.14% from 255) = 44.78%
R=3.56%
G=51.65%
B=44.78%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal142031760.9300.130.20171.4387.142.55
HexECBB05D0D14ab572b
Octal163132601350152425312753
Binary1110110010111011000010111010110110100101010111010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ECBB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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