#0DC68C

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

Shades of Caribbean Green #0DC68C

Tints of Caribbean Green #0DC68C

Color information

#0DC68C (or 0x0DC68C) is unknown color: approx Caribbean Green. HEX triplet: 0D, C6 and 8C. RGB value is (13,198,140). Sum of RGB (Red+Green+Blue) = 13+198+140=351 (46% of max value = 765). Red value is 13 (5.47% from 255 or 3.70% from 351); Green value is 198 (77.73% from 255 or 56.41% from 351); Blue value is 140 (55.08% from 255 or 39.89% from 351); Max value from RGB is 198 - color contains mainly: green. Hex color #0DC68C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DC68C is #F23973. Grayscale: #888888. Windows color (decimal): -15874420 or 9225741. OLE color: 9225741.

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

Color convert

RGB13198140-
CMYK0.9300.290.22
HSL161.19º87.68%41.37%-
HSV(B)161.19º93.43%77.65%-
XYZ25.0942.3731.67-
YUV136.07130.2140.22-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.70%
GREEN value IS 198 (77.73% from 255) = 56.41%
BLUE value IS 140 (55.08% from 255) = 39.89%
R=3.70%
G=56.41%
B=39.89%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal131981400.9300.290.22161.1987.6841.37
HexDC68C5D01D16a15829
Octal153062141350352624113051
Binary11011100011010001100101110101110110110101000011011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DC68C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,198,140); }

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

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

 a { background-color: rgb(13,198,140); }

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

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

 span { border-color: rgb(13,198,140); }

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