#0DCD8E

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

Shades of Caribbean Green #0DCD8E

Tints of Caribbean Green #0DCD8E

Color information

#0DCD8E (or 0x0DCD8E) is unknown color: approx Caribbean Green. HEX triplet: 0D, CD and 8E. RGB value is (13,205,142). Sum of RGB (Red+Green+Blue) = 13+205+142=360 (47% of max value = 765). Red value is 13 (5.47% from 255 or 3.61% from 360); Green value is 205 (80.47% from 255 or 56.94% from 360); Blue value is 142 (55.86% from 255 or 39.44% from 360); Max value from RGB is 205 - color contains mainly: green. Hex color #0DCD8E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DCD8E is #F23271. Grayscale: #8C8C8C. Windows color (decimal): -15872626 or 9358605. OLE color: 9358605.

HSL color Cylindrical-coordinate representation of color #0DCD8E: hue angle of 160.31º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DCD8E is Cyan = 0.94, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.20.

Color convert

RGB13205142-
CMYK0.9400.310.20
HSL160.31º88.07%42.75%-
HSV(B)160.31º93.66%80.39%-
XYZ26.8845.733-
YUV140.41128.8937.12-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.61%
GREEN value IS 205 (80.47% from 255) = 56.94%
BLUE value IS 142 (55.86% from 255) = 39.44%
R=3.61%
G=56.94%
B=39.44%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal132051420.9400.310.20160.3188.0742.75
HexDCD8E5E01F14a0582b
Octal153152161360372424013053
Binary11011100110110001110101111001111110100101000001011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DCD8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,205,142); }

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

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

 a { background-color: rgb(13,205,142); }

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

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

 span { border-color: rgb(13,205,142); }

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