Html Css Color HEX #0DD99B Caribbean Green

📋 copy color: '#0DD99B'

red 13 ◦ green 217 ◦ blue 155

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

Shades of Caribbean Green #0DD99B

Tints of Caribbean Green #0DD99B

RGB

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

 GREEN value IS 217 (85.16% from 255) = 56.36%

 BLUE value IS 155 (60.94% from 255) = 40.26%

R = 3.38%
G = 56.36%
B = 40.26%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#0DD99B (or 0x0DD99B) is known color: Caribbean Green. HEX triplet: 0D, D9 and 9B. RGB value is (13,217,155). Sum of RGB (Red+Green+Blue) = 13+217+155=385 (50% of max value = 765). Red value is 13 (5.47% from 255 or 3.38% from 385); Green value is 217 (85.16% from 255 or 56.36% from 385); Blue value is 155 (60.94% from 255 or 40.26% from 385); Max value from RGB is 217 - color contains mainly: green. Hex color #0DD99B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DD99B is #F22664. Grayscale: #949494. Windows color (decimal): -15869541 or 10213645. OLE color: 10213645.

HSL color Cylindrical-coordinate representation of color #0DD99B: hue angle of 161.76º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DD99B is Cyan = 0.94, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB 13 217 155 -
CMYK 0.94 0 0.29 0.15
HSL 161.76º 0.89% 0.45% -
HSV(B) 161.76º 0.94% 0.85% -
XYZ 30.9 52.08 39.43 -
YUV 148.94 131.41 31.04 -
System Red Green Blue C M Y K H S L
Decimal 13 217 155 0.94 0 0.29 0.15 161.76 0.89 0.45
Hex D D9 9B 5E 0 1D F A2 59 2D
Octal 15 331 233 136 0 35 17 242 131 55
Binary 1101 11011001 10011011 1011110 0 11101 1111 10100010 1011001 101101

Color Harmonies of #0DD99B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DD99B

Black with #0DD99B

Text Example


Text Example

White with #0DD99B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,217,155); }

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

background-color css

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

 a { background-color: rgb(13,217,155); }

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

border-color css

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

 span { border-color: rgb(13,217,155); }

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