Html Css Color HEX #0DDB8B Caribbean Green

📋 copy color: '#0DDB8B'

red 13 ◦ green 219 ◦ blue 139

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

Shades of Caribbean Green #0DDB8B

Tints of Caribbean Green #0DDB8B

RGB

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

 GREEN value IS 219 (85.94% from 255) = 59.03%

 BLUE value IS 139 (54.69% from 255) = 37.47%

R = 3.5%
G = 59.03%
B = 37.47%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#0DDB8B (or 0x0DDB8B) is known color: Caribbean Green. HEX triplet: 0D, DB and 8B. RGB value is (13,219,139). Sum of RGB (Red+Green+Blue) = 13+219+139=371 (49% of max value = 765). Red value is 13 (5.47% from 255 or 3.50% from 371); Green value is 219 (85.94% from 255 or 59.03% from 371); Blue value is 139 (54.69% from 255 or 37.47% from 371); Max value from RGB is 219 - color contains mainly: green. Hex color #0DDB8B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DDB8B is #F22474. Grayscale: #949494. Windows color (decimal): -15869045 or 9165581. OLE color: 9165581.

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

Color convert

RGB 13 219 139 -
CMYK 0.94 0 0.37 0.14
HSL 156.7º 0.89% 0.45% -
HSV(B) 156.7º 0.94% 0.86% -
XYZ 30.16 52.61 32.99 -
YUV 148.29 122.75 31.5 -
System Red Green Blue C M Y K H S L
Decimal 13 219 139 0.94 0 0.37 0.14 156.7 0.89 0.45
Hex D DB 8B 5E 0 25 E 9D 59 2D
Octal 15 333 213 136 0 45 16 235 131 55
Binary 1101 11011011 10001011 1011110 0 100101 1110 10011101 1011001 101101

Color Harmonies of #0DDB8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DDB8B

Black with #0DDB8B

Text Example


Text Example

White with #0DDB8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,219,139); }

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

background-color css

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

 a { background-color: rgb(13,219,139); }

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

border-color css

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

 span { border-color: rgb(13,219,139); }

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