Html Css Color HEX #0CB47D Mountain Meadow

📋 copy color: '#0CB47D'

red 12 ◦ green 180 ◦ blue 125

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

Shades of Mountain Meadow #0CB47D

Tints of Mountain Meadow #0CB47D

RGB

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

 GREEN value IS 180 (70.7% from 255) = 56.78%

 BLUE value IS 125 (49.22% from 255) = 39.43%

R = 3.79%
G = 56.78%
B = 39.43%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#0CB47D (or 0x0CB47D) is known color: Mountain Meadow. HEX triplet: 0C, B4 and 7D. RGB value is (12,180,125). Sum of RGB (Red+Green+Blue) = 12+180+125=317 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.79% from 317); Green value is 180 (70.70% from 255 or 56.78% from 317); Blue value is 125 (49.22% from 255 or 39.43% from 317); Max value from RGB is 180 - color contains mainly: green. Hex color #0CB47D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CB47D is #F34B82. Grayscale: #7B7B7B. Windows color (decimal): -15944579 or 8238092. OLE color: 8238092.

HSL color Cylindrical-coordinate representation of color #0CB47D: hue angle of 160.36º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CB47D is Cyan = 0.93, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB 12 180 125 -
CMYK 0.93 0 0.31 0.29
HSL 160.36º 0.88% 0.38% -
HSV(B) 160.36º 0.93% 0.71% -
XYZ 20.17 34.2 24.94 -
YUV 123.5 128.84 48.47 -
System Red Green Blue C M Y K H S L
Decimal 12 180 125 0.93 0 0.31 0.29 160.36 0.88 0.38
Hex C B4 7D 5D 0 1F 1D A0 58 26
Octal 14 264 175 135 0 37 35 240 130 46
Binary 1100 10110100 1111101 1011101 0 11111 11101 10100000 1011000 100110

Color Harmonies of #0CB47D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB47D

Black with #0CB47D

Text Example


Text Example

White with #0CB47D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,180,125); }

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

background-color css

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

 a { background-color: rgb(12,180,125); }

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

border-color css

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

 span { border-color: rgb(12,180,125); }

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