Html Css Color HEX #0DBE8C Mountain Meadow

📋 copy color: '#0DBE8C'

red 13 ◦ green 190 ◦ blue 140

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

Shades of Mountain Meadow #0DBE8C

Tints of Mountain Meadow #0DBE8C

RGB

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

 GREEN value IS 190 (74.61% from 255) = 55.39%

 BLUE value IS 140 (55.08% from 255) = 40.82%

R = 3.79%
G = 55.39%
B = 40.82%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#0DBE8C (or 0x0DBE8C) is known color: Mountain Meadow. HEX triplet: 0D, BE and 8C. RGB value is (13,190,140). Sum of RGB (Red+Green+Blue) = 13+190+140=343 (45% of max value = 765). Red value is 13 (5.47% from 255 or 3.79% from 343); Green value is 190 (74.61% from 255 or 55.39% from 343); Blue value is 140 (55.08% from 255 or 40.82% from 343); Max value from RGB is 190 - color contains mainly: green. Hex color #0DBE8C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DBE8C is #F24173. Grayscale: #838383. Windows color (decimal): -15876468 or 9223693. OLE color: 9223693.

HSL color Cylindrical-coordinate representation of color #0DBE8C: hue angle of 163.05º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DBE8C is Cyan = 0.93, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB 13 190 140 -
CMYK 0.93 0 0.26 0.25
HSL 163.05º 0.87% 0.4% -
HSV(B) 163.05º 0.93% 0.75% -
XYZ 23.31 38.81 31.07 -
YUV 131.38 132.86 43.57 -
System Red Green Blue C M Y K H S L
Decimal 13 190 140 0.93 0 0.26 0.25 163.05 0.87 0.4
Hex D BE 8C 5D 0 1A 19 A3 57 28
Octal 15 276 214 135 0 32 31 243 127 50
Binary 1101 10111110 10001100 1011101 0 11010 11001 10100011 1010111 101000

Color Harmonies of #0DBE8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DBE8C

Black with #0DBE8C

Text Example


Text Example

White with #0DBE8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,190,140); }

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

background-color css

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

 a { background-color: rgb(13,190,140); }

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

border-color css

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

 span { border-color: rgb(13,190,140); }

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