#0ECBB1

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

Shades of Caribbean Green #0ECBB1

Tints of Caribbean Green #0ECBB1

Color information

#0ECBB1 (or 0x0ECBB1) is unknown color: approx Caribbean Green. HEX triplet: 0E, CB and B1. RGB value is (14,203,177). Sum of RGB (Red+Green+Blue) = 14+203+177=394 (52% of max value = 765). Red value is 14 (5.86% from 255 or 3.55% from 394); Green value is 203 (79.69% from 255 or 51.52% from 394); Blue value is 177 (69.53% from 255 or 44.92% from 394); Max value from RGB is 203 - color contains mainly: green. Hex color #0ECBB1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ECBB1 is #F1344E. Grayscale: #8F8F8F. Windows color (decimal): -15807567 or 11651854. OLE color: 11651854.

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

Color convert

RGB14203177-
CMYK0.9300.130.20
HSL171.75º87.1%42.55%-
HSV(B)171.75º93.1%79.61%-
XYZ29.4745.9848.92-
YUV143.52146.8835.61-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.55%
GREEN value IS 203 (79.69% from 255) = 51.52%
BLUE value IS 177 (69.53% from 255) = 44.92%
R=3.55%
G=51.52%
B=44.92%

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
Decimal142031770.9300.130.20171.7587.142.55
HexECBB15D0D14ac572b
Octal163132611350152425412753
Binary1110110010111011000110111010110110100101011001010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ECBB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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