Html Css Color HEX #0DD0A4 Caribbean Green

📋 copy color: '#0DD0A4'

red 13 ◦ green 208 ◦ blue 164

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

Shades of Caribbean Green #0DD0A4

Tints of Caribbean Green #0DD0A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 42.6%

R = 3.38%
G = 54.03%
B = 42.6%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.21

 K value IS 0.18

RGB Variations

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

Color information

#0DD0A4 (or 0x0DD0A4) is known color: Caribbean Green. HEX triplet: 0D, D0 and A4. RGB value is (13,208,164). Sum of RGB (Red+Green+Blue) = 13+208+164=385 (50% of max value = 765). Red value is 13 (5.47% from 255 or 3.38% from 385); Green value is 208 (81.64% from 255 or 54.03% from 385); Blue value is 164 (64.45% from 255 or 42.60% from 385); Max value from RGB is 208 - color contains mainly: green. Hex color #0DD0A4 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DD0A4 is #F22F5B. Grayscale: #909090. Windows color (decimal): -15871836 or 10801165. OLE color: 10801165.

HSL color Cylindrical-coordinate representation of color #0DD0A4: hue angle of 166.46º 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 #0DD0A4 is Cyan = 0.94, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.18.

Color convert

RGB 13 208 164 -
CMYK 0.94 0 0.21 0.18
HSL 166.46º 0.88% 0.43% -
HSV(B) 166.46º 0.94% 0.82% -
XYZ 29.42 47.88 42.81 -
YUV 144.68 138.9 34.08 -
System Red Green Blue C M Y K H S L
Decimal 13 208 164 0.94 0 0.21 0.18 166.46 0.88 0.43
Hex D D0 A4 5E 0 15 12 A6 58 2B
Octal 15 320 244 136 0 25 22 246 130 53
Binary 1101 11010000 10100100 1011110 0 10101 10010 10100110 1011000 101011

Color Harmonies of #0DD0A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DD0A4

Black with #0DD0A4

Text Example


Text Example

White with #0DD0A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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