#0DC29B

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

Shades of Caribbean Green #0DC29B

Tints of Caribbean Green #0DC29B

Color information

#0DC29B (or 0x0DC29B) is unknown color: approx Caribbean Green. HEX triplet: 0D, C2 and 9B. RGB value is (13,194,155). Sum of RGB (Red+Green+Blue) = 13+194+155=362 (47% of max value = 765). Red value is 13 (5.47% from 255 or 3.59% from 362); Green value is 194 (76.17% from 255 or 53.59% from 362); Blue value is 155 (60.94% from 255 or 42.82% from 362); Max value from RGB is 194 - color contains mainly: green. Hex color #0DC29B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DC29B is #F23D64. Grayscale: #878787. Windows color (decimal): -15875429 or 10207757. OLE color: 10207757.

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

Color convert

RGB13194155-
CMYK0.9300.200.24
HSL167.07º87.44%40.59%-
HSV(B)167.07º93.3%76.08%-
XYZ25.3741.0437.59-
YUV135.44139.0340.67-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.59%
GREEN value IS 194 (76.17% from 255) = 53.59%
BLUE value IS 155 (60.94% from 255) = 42.82%
R=3.59%
G=53.59%
B=42.82%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal131941550.9300.200.24167.0787.4440.59
HexDC29B5D01418a75729
Octal153022331350243024712751
Binary11011100001010011011101110101010011000101001111010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DC29B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,194,155); }

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

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

 a { background-color: rgb(13,194,155); }

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

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

 span { border-color: rgb(13,194,155); }

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