Html Css Color HEX #0DDB94 Caribbean Green

📋 copy color: '#0DDB94'

red 13 ◦ green 219 ◦ blue 148

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

Shades of Caribbean Green #0DDB94

Tints of Caribbean Green #0DDB94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 38.95%

R = 3.42%
G = 57.63%
B = 38.95%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#0DDB94 (or 0x0DDB94) is known color: Caribbean Green. HEX triplet: 0D, DB and 94. RGB value is (13,219,148). Sum of RGB (Red+Green+Blue) = 13+219+148=380 (50% of max value = 765). Red value is 13 (5.47% from 255 or 3.42% from 380); Green value is 219 (85.94% from 255 or 57.63% from 380); Blue value is 148 (58.20% from 255 or 38.95% from 380); Max value from RGB is 219 - color contains mainly: green. Hex color #0DDB94 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DDB94 is #F2246B. Grayscale: #959595. Windows color (decimal): -15869036 or 9755405. OLE color: 9755405.

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

Color convert

RGB 13 219 148 -
CMYK 0.94 0 0.32 0.14
HSL 159.32º 0.89% 0.45% -
HSV(B) 159.32º 0.94% 0.86% -
XYZ 30.84 52.89 36.6 -
YUV 149.31 127.25 30.77 -
System Red Green Blue C M Y K H S L
Decimal 13 219 148 0.94 0 0.32 0.14 159.32 0.89 0.45
Hex D DB 94 5E 0 20 E 9F 59 2D
Octal 15 333 224 136 0 40 16 237 131 55
Binary 1101 11011011 10010100 1011110 0 100000 1110 10011111 1011001 101101

Color Harmonies of #0DDB94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DDB94

Black with #0DDB94

Text Example


Text Example

White with #0DDB94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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