Html Css Color HEX #0DD08E Caribbean Green

📋 copy color: '#0DD08E'

red 13 ◦ green 208 ◦ blue 142

#0DD08E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Caribbean Green #0DD08E

Tints of Caribbean Green #0DD08E

RGB

 RED value IS 13 (5.47% from 255) = 3.58%

 GREEN value IS 208 (81.64% from 255) = 57.3%

 BLUE value IS 142 (55.86% from 255) = 39.12%

R = 3.58%
G = 57.3%
B = 39.12%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#0DD08E (or 0x0DD08E) is known color: Caribbean Green. HEX triplet: 0D, D0 and 8E. RGB value is (13,208,142). Sum of RGB (Red+Green+Blue) = 13+208+142=363 (48% of max value = 765). Red value is 13 (5.47% from 255 or 3.58% from 363); Green value is 208 (81.64% from 255 or 57.30% from 363); Blue value is 142 (55.86% from 255 or 39.12% from 363); Max value from RGB is 208 - color contains mainly: green. Hex color #0DD08E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DD08E is #F22F71. Grayscale: #8E8E8E. Windows color (decimal): -15871858 or 9359373. OLE color: 9359373.

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

Color convert

RGB 13 208 142 -
CMYK 0.94 0 0.32 0.18
HSL 159.69º 0.88% 0.43% -
HSV(B) 159.69º 0.94% 0.82% -
XYZ 27.6 47.15 33.24 -
YUV 142.17 127.9 35.87 -
System Red Green Blue C M Y K H S L
Decimal 13 208 142 0.94 0 0.32 0.18 159.69 0.88 0.43
Hex D D0 8E 5E 0 20 12 A0 58 2B
Octal 15 320 216 136 0 40 22 240 130 53
Binary 1101 11010000 10001110 1011110 0 100000 10010 10100000 1011000 101011

Color Harmonies of #0DD08E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DD08E

Black with #0DD08E

Text Example


Text Example

White with #0DD08E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0DD08E;
 }
 .AnyTagClassName
 {
   color: #0DD08E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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