Html Css Color HEX #0CB48F Mountain Meadow

📋 copy color: '#0CB48F'

red 12 ◦ green 180 ◦ blue 143

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

Shades of Mountain Meadow #0CB48F

Tints of Mountain Meadow #0CB48F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 42.69%

R = 3.58%
G = 53.73%
B = 42.69%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.21

 K value IS 0.29

RGB Variations

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

Color information

#0CB48F (or 0x0CB48F) is known color: Mountain Meadow. HEX triplet: 0C, B4 and 8F. RGB value is (12,180,143). Sum of RGB (Red+Green+Blue) = 12+180+143=335 (44% of max value = 765). Red value is 12 (5.08% from 255 or 3.58% from 335); Green value is 180 (70.70% from 255 or 53.73% from 335); Blue value is 143 (56.25% from 255 or 42.69% from 335); Max value from RGB is 180 - color contains mainly: green. Hex color #0CB48F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CB48F is #F34B70. Grayscale: #7D7D7D. Windows color (decimal): -15944561 or 9417740. OLE color: 9417740.

HSL color Cylindrical-coordinate representation of color #0CB48F: hue angle of 166.79º 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 #0CB48F is Cyan = 0.93, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.29.

Color convert

RGB 12 180 143 -
CMYK 0.93 0 0.21 0.29
HSL 166.79º 0.88% 0.38% -
HSV(B) 166.79º 0.93% 0.71% -
XYZ 21.43 34.7 31.56 -
YUV 125.55 137.84 47.01 -
System Red Green Blue C M Y K H S L
Decimal 12 180 143 0.93 0 0.21 0.29 166.79 0.88 0.38
Hex C B4 8F 5D 0 15 1D A7 58 26
Octal 14 264 217 135 0 25 35 247 130 46
Binary 1100 10110100 10001111 1011101 0 10101 11101 10100111 1011000 100110

Color Harmonies of #0CB48F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB48F

Black with #0CB48F

Text Example


Text Example

White with #0CB48F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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