Html Css Color HEX #0DD094 Caribbean Green

📋 copy color: '#0DD094'

red 13 ◦ green 208 ◦ blue 148

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

Shades of Caribbean Green #0DD094

Tints of Caribbean Green #0DD094

RGB

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

 GREEN value IS 208 (81.64% from 255) = 56.37%

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

R = 3.52%
G = 56.37%
B = 40.11%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#0DD094 (or 0x0DD094) is known color: Caribbean Green. HEX triplet: 0D, D0 and 94. RGB value is (13,208,148). Sum of RGB (Red+Green+Blue) = 13+208+148=369 (48% of max value = 765). Red value is 13 (5.47% from 255 or 3.52% from 369); Green value is 208 (81.64% from 255 or 56.37% from 369); Blue value is 148 (58.20% from 255 or 40.11% from 369); Max value from RGB is 208 - color contains mainly: green. Hex color #0DD094 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DD094 is #F22F6B. Grayscale: #8E8E8E. Windows color (decimal): -15871852 or 9752589. OLE color: 9752589.

HSL color Cylindrical-coordinate representation of color #0DD094: hue angle of 161.54º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DD094 is Cyan = 0.94, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB 13 208 148 -
CMYK 0.94 0 0.29 0.18
HSL 161.54º 0.88% 0.43% -
HSV(B) 161.54º 0.94% 0.82% -
XYZ 28.07 47.34 35.67 -
YUV 142.86 130.9 35.38 -
System Red Green Blue C M Y K H S L
Decimal 13 208 148 0.94 0 0.29 0.18 161.54 0.88 0.43
Hex D D0 94 5E 0 1D 12 A2 58 2B
Octal 15 320 224 136 0 35 22 242 130 53
Binary 1101 11010000 10010100 1011110 0 11101 10010 10100010 1011000 101011

Color Harmonies of #0DD094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DD094

Black with #0DD094

Text Example


Text Example

White with #0DD094

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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