Html Css Color HEX #0DDCAB Caribbean Green

📋 copy color: '#0DDCAB'

red 13 ◦ green 220 ◦ blue 171

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

Shades of Caribbean Green #0DDCAB

Tints of Caribbean Green #0DDCAB

RGB

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

 GREEN value IS 220 (86.33% from 255) = 54.46%

 BLUE value IS 171 (67.19% from 255) = 42.33%

R = 3.22%
G = 54.46%
B = 42.33%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#0DDCAB (or 0x0DDCAB) is known color: Caribbean Green. HEX triplet: 0D, DC and AB. RGB value is (13,220,171). Sum of RGB (Red+Green+Blue) = 13+220+171=404 (53% of max value = 765). Red value is 13 (5.47% from 255 or 3.22% from 404); Green value is 220 (86.33% from 255 or 54.46% from 404); Blue value is 171 (67.19% from 255 or 42.33% from 404); Max value from RGB is 220 - color contains mainly: green. Hex color #0DDCAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DDCAB is #F22354. Grayscale: #989898. Windows color (decimal): -15868757 or 11262989. OLE color: 11262989.

HSL color Cylindrical-coordinate representation of color #0DDCAB: hue angle of 165.8º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DDCAB is Cyan = 0.94, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB 13 220 171 -
CMYK 0.94 0 0.22 0.14
HSL 165.8º 0.89% 0.46% -
HSV(B) 165.8º 0.94% 0.86% -
XYZ 33.11 54.21 47.25 -
YUV 152.52 138.42 28.48 -
System Red Green Blue C M Y K H S L
Decimal 13 220 171 0.94 0 0.22 0.14 165.8 0.89 0.46
Hex D DC AB 5E 0 16 E A6 59 2E
Octal 15 334 253 136 0 26 16 246 131 56
Binary 1101 11011100 10101011 1011110 0 10110 1110 10100110 1011001 101110

Color Harmonies of #0DDCAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DDCAB

Black with #0DDCAB

Text Example


Text Example

White with #0DDCAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,220,171); }

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

background-color css

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

 a { background-color: rgb(13,220,171); }

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

border-color css

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

 span { border-color: rgb(13,220,171); }

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