Html Css Color HEX #0DD890 Caribbean Green

📋 copy color: '#0DD890'

red 13 ◦ green 216 ◦ blue 144

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

Shades of Caribbean Green #0DD890

Tints of Caribbean Green #0DD890

RGB

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

 GREEN value IS 216 (84.77% from 255) = 57.91%

 BLUE value IS 144 (56.64% from 255) = 38.61%

R = 3.49%
G = 57.91%
B = 38.61%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#0DD890 (or 0x0DD890) is known color: Caribbean Green. HEX triplet: 0D, D8 and 90. RGB value is (13,216,144). Sum of RGB (Red+Green+Blue) = 13+216+144=373 (49% of max value = 765). Red value is 13 (5.47% from 255 or 3.49% from 373); Green value is 216 (84.77% from 255 or 57.91% from 373); Blue value is 144 (56.64% from 255 or 38.61% from 373); Max value from RGB is 216 - color contains mainly: green. Hex color #0DD890 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DD890 is #F2276F. Grayscale: #939393. Windows color (decimal): -15869808 or 9492493. OLE color: 9492493.

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

Color convert

RGB 13 216 144 -
CMYK 0.94 0 0.33 0.15
HSL 158.72º 0.89% 0.45% -
HSV(B) 158.72º 0.94% 0.85% -
XYZ 29.76 51.21 34.7 -
YUV 147.1 126.25 32.35 -
System Red Green Blue C M Y K H S L
Decimal 13 216 144 0.94 0 0.33 0.15 158.72 0.89 0.45
Hex D D8 90 5E 0 21 F 9F 59 2D
Octal 15 330 220 136 0 41 17 237 131 55
Binary 1101 11011000 10010000 1011110 0 100001 1111 10011111 1011001 101101

Color Harmonies of #0DD890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DD890

Black with #0DD890

Text Example


Text Example

White with #0DD890

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,216,144); }

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

background-color css

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

 a { background-color: rgb(13,216,144); }

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

border-color css

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

 span { border-color: rgb(13,216,144); }

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