Html Css Color HEX #0DAF88 Mountain Meadow

📋 copy color: '#0DAF88'

red 13 ◦ green 175 ◦ blue 136

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

Shades of Mountain Meadow #0DAF88

Tints of Mountain Meadow #0DAF88

RGB

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

 GREEN value IS 175 (68.75% from 255) = 54.01%

 BLUE value IS 136 (53.52% from 255) = 41.98%

R = 4.01%
G = 54.01%
B = 41.98%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#0DAF88 (or 0x0DAF88) is known color: Mountain Meadow. HEX triplet: 0D, AF and 88. RGB value is (13,175,136). Sum of RGB (Red+Green+Blue) = 13+175+136=324 (42% of max value = 765). Red value is 13 (5.47% from 255 or 4.01% from 324); Green value is 175 (68.75% from 255 or 54.01% from 324); Blue value is 136 (53.52% from 255 or 41.98% from 324); Max value from RGB is 175 - color contains mainly: green. Hex color #0DAF88 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DAF88 is #F25077. Grayscale: #7A7A7A. Windows color (decimal): -15880312 or 8957709. OLE color: 8957709.

HSL color Cylindrical-coordinate representation of color #0DAF88: hue angle of 165.56º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DAF88 is Cyan = 0.93, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.31.

Color convert

RGB 13 175 136 -
CMYK 0.93 0 0.22 0.31
HSL 165.56º 0.86% 0.37% -
HSV(B) 165.56º 0.93% 0.69% -
XYZ 19.94 32.52 28.52 -
YUV 122.12 135.83 50.17 -
System Red Green Blue C M Y K H S L
Decimal 13 175 136 0.93 0 0.22 0.31 165.56 0.86 0.37
Hex D AF 88 5D 0 16 1F A6 56 25
Octal 15 257 210 135 0 26 37 246 126 45
Binary 1101 10101111 10001000 1011101 0 10110 11111 10100110 1010110 100101

Color Harmonies of #0DAF88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DAF88

Black with #0DAF88

Text Example


Text Example

White with #0DAF88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,175,136); }

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

background-color css

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

 a { background-color: rgb(13,175,136); }

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

border-color css

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

 span { border-color: rgb(13,175,136); }

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