#0DC4A4

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

Shades of Caribbean Green #0DC4A4

Tints of Caribbean Green #0DC4A4

Color information

#0DC4A4 (or 0x0DC4A4) is unknown color: approx Caribbean Green. HEX triplet: 0D, C4 and A4. RGB value is (13,196,164). Sum of RGB (Red+Green+Blue) = 13+196+164=373 (49% of max value = 765). Red value is 13 (5.47% from 255 or 3.49% from 373); Green value is 196 (76.95% from 255 or 52.55% from 373); Blue value is 164 (64.45% from 255 or 43.97% from 373); Max value from RGB is 196 - color contains mainly: green. Hex color #0DC4A4 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DC4A4 is #F23B5B. Grayscale: #898989. Windows color (decimal): -15874908 or 10798093. OLE color: 10798093.

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

Color convert

RGB13196164-
CMYK0.9300.160.23
HSL169.51º87.56%40.98%-
HSV(B)169.51º93.37%76.86%-
XYZ26.6142.2541.87-
YUV137.64142.8739.1-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.49%
GREEN value IS 196 (76.95% from 255) = 52.55%
BLUE value IS 164 (64.45% from 255) = 43.97%
R=3.49%
G=52.55%
B=43.97%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal131961640.9300.160.23169.5187.5640.98
HexDC4A45D01017aa5829
Octal153042441350202725213051
Binary11011100010010100100101110101000010111101010101011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DC4A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,196,164); }

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

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

 a { background-color: rgb(13,196,164); }

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

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

 span { border-color: rgb(13,196,164); }

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