#0DC391

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

Shades of Caribbean Green #0DC391

Tints of Caribbean Green #0DC391

Color information

#0DC391 (or 0x0DC391) is unknown color: approx Caribbean Green. HEX triplet: 0D, C3 and 91. RGB value is (13,195,145). Sum of RGB (Red+Green+Blue) = 13+195+145=353 (46% of max value = 765). Red value is 13 (5.47% from 255 or 3.68% from 353); Green value is 195 (76.56% from 255 or 55.24% from 353); Blue value is 145 (57.03% from 255 or 41.08% from 353); Max value from RGB is 195 - color contains mainly: green. Hex color #0DC391 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DC391 is #F23C6E. Grayscale: #868686. Windows color (decimal): -15875183 or 9552653. OLE color: 9552653.

HSL color Cylindrical-coordinate representation of color #0DC391: hue angle of 163.52º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DC391 is Cyan = 0.93, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.24.

Color convert

RGB13195145-
CMYK0.9300.260.24
HSL163.52º87.5%40.78%-
HSV(B)163.52º93.33%76.47%-
XYZ24.7941.1633.43-
YUV134.88133.741.07-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.68%
GREEN value IS 195 (76.56% from 255) = 55.24%
BLUE value IS 145 (57.03% from 255) = 41.08%
R=3.68%
G=55.24%
B=41.08%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal131951450.9300.260.24163.5287.540.78
HexDC3915D01A18a45829
Octal153032211350323024413051
Binary11011100001110010001101110101101011000101001001011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DC391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,195,145); }

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

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

 a { background-color: rgb(13,195,145); }

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

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

 span { border-color: rgb(13,195,145); }

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