Html Css Color HEX #0CB38D Mountain Meadow

📋 copy color: '#0CB38D'

red 12 ◦ green 179 ◦ blue 141

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

Shades of Mountain Meadow #0CB38D

Tints of Mountain Meadow #0CB38D

RGB

 RED value IS 12 (5.08% from 255) = 3.61%

 GREEN value IS 179 (70.31% from 255) = 53.92%

 BLUE value IS 141 (55.47% from 255) = 42.47%

R = 3.61%
G = 53.92%
B = 42.47%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#0CB38D (or 0x0CB38D) is known color: Mountain Meadow. HEX triplet: 0C, B3 and 8D. RGB value is (12,179,141). Sum of RGB (Red+Green+Blue) = 12+179+141=332 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.61% from 332); Green value is 179 (70.31% from 255 or 53.92% from 332); Blue value is 141 (55.47% from 255 or 42.47% from 332); Max value from RGB is 179 - color contains mainly: green. Hex color #0CB38D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CB38D is #F34C72. Grayscale: #7C7C7C. Windows color (decimal): -15944819 or 9286412. OLE color: 9286412.

HSL color Cylindrical-coordinate representation of color #0CB38D: hue angle of 166.35º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CB38D is Cyan = 0.93, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB 12 179 141 -
CMYK 0.93 0 0.21 0.30
HSL 166.35º 0.87% 0.37% -
HSV(B) 166.35º 0.93% 0.7% -
XYZ 21.08 34.24 30.7 -
YUV 124.74 137.17 47.59 -
System Red Green Blue C M Y K H S L
Decimal 12 179 141 0.93 0 0.21 0.30 166.35 0.87 0.37
Hex C B3 8D 5D 0 15 1E A6 57 25
Octal 14 263 215 135 0 25 36 246 127 45
Binary 1100 10110011 10001101 1011101 0 10101 11110 10100110 1010111 100101

Color Harmonies of #0CB38D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB38D

Black with #0CB38D

Text Example


Text Example

White with #0CB38D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,179,141); }

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

background-color css

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

 a { background-color: rgb(12,179,141); }

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

border-color css

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

 span { border-color: rgb(12,179,141); }

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