#0CDD9A

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

Shades of Caribbean Green #0CDD9A

Tints of Caribbean Green #0CDD9A

Color information

#0CDD9A (or 0x0CDD9A) is unknown color: approx Caribbean Green. HEX triplet: 0C, DD and 9A. RGB value is (12,221,154). Sum of RGB (Red+Green+Blue) = 12+221+154=387 (51% of max value = 765). Red value is 12 (5.08% from 255 or 3.10% from 387); Green value is 221 (86.72% from 255 or 57.11% from 387); Blue value is 154 (60.55% from 255 or 39.79% from 387); Max value from RGB is 221 - color contains mainly: green. Hex color #0CDD9A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CDD9A is #F32265. Grayscale: #969696. Windows color (decimal): -15934054 or 10149132. OLE color: 10149132.

HSL color Cylindrical-coordinate representation of color #0CDD9A: hue angle of 160.77º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CDD9A is Cyan = 0.95, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB12221154-
CMYK0.9500.300.13
HSL160.77º89.7%45.69%-
HSV(B)160.77º94.57%86.67%-
XYZ31.8454.1239.34-
YUV150.87129.7628.95-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.10%
GREEN value IS 221 (86.72% from 255) = 57.11%
BLUE value IS 154 (60.55% from 255) = 39.79%
R=3.10%
G=57.11%
B=39.79%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal122211540.9500.300.13160.7789.745.69
HexCDD9A5F01EDa15a2e
Octal143352321370361524113256
Binary1100110111011001101010111110111101101101000011011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CDD9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,221,154); }

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

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

 a { background-color: rgb(12,221,154); }

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

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

 span { border-color: rgb(12,221,154); }

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