Html Css Color HEX #0DDD96 Caribbean Green

📋 copy color: '#0DDD96'

red 13 ◦ green 221 ◦ blue 150

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

Shades of Caribbean Green #0DDD96

Tints of Caribbean Green #0DDD96

RGB

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

 GREEN value IS 221 (86.72% from 255) = 57.55%

 BLUE value IS 150 (58.98% from 255) = 39.06%

R = 3.39%
G = 57.55%
B = 39.06%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#0DDD96 (or 0x0DDD96) is known color: Caribbean Green. HEX triplet: 0D, DD and 96. RGB value is (13,221,150). Sum of RGB (Red+Green+Blue) = 13+221+150=384 (50% of max value = 765). Red value is 13 (5.47% from 255 or 3.39% from 384); Green value is 221 (86.72% from 255 or 57.55% from 384); Blue value is 150 (58.98% from 255 or 39.06% from 384); Max value from RGB is 221 - color contains mainly: green. Hex color #0DDD96 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DDD96 is #F22269. Grayscale: #969696. Windows color (decimal): -15868522 or 9886989. OLE color: 9886989.

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

Color convert

RGB 13 221 150 -
CMYK 0.94 0 0.32 0.13
HSL 159.52º 0.89% 0.46% -
HSV(B) 159.52º 0.94% 0.87% -
XYZ 31.53 54 37.62 -
YUV 150.71 127.59 29.77 -
System Red Green Blue C M Y K H S L
Decimal 13 221 150 0.94 0 0.32 0.13 159.52 0.89 0.46
Hex D DD 96 5E 0 20 D A0 59 2E
Octal 15 335 226 136 0 40 15 240 131 56
Binary 1101 11011101 10010110 1011110 0 100000 1101 10100000 1011001 101110

Color Harmonies of #0DDD96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DDD96

Black with #0DDD96

Text Example


Text Example

White with #0DDD96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,221,150); }

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

background-color css

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

 a { background-color: rgb(13,221,150); }

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

border-color css

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

 span { border-color: rgb(13,221,150); }

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