Html Css Color HEX #0CBC8F Mountain Meadow

📋 copy color: '#0CBC8F'

red 12 ◦ green 188 ◦ blue 143

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

Shades of Mountain Meadow #0CBC8F

Tints of Mountain Meadow #0CBC8F

RGB

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

 GREEN value IS 188 (73.83% from 255) = 54.81%

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

R = 3.5%
G = 54.81%
B = 41.69%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#0CBC8F (or 0x0CBC8F) is known color: Mountain Meadow. HEX triplet: 0C, BC and 8F. RGB value is (12,188,143). Sum of RGB (Red+Green+Blue) = 12+188+143=343 (45% of max value = 765). Red value is 12 (5.08% from 255 or 3.50% from 343); Green value is 188 (73.83% from 255 or 54.81% from 343); Blue value is 143 (56.25% from 255 or 41.69% from 343); Max value from RGB is 188 - color contains mainly: green. Hex color #0CBC8F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CBC8F is #F34370. Grayscale: #828282. Windows color (decimal): -15942513 or 9419788. OLE color: 9419788.

HSL color Cylindrical-coordinate representation of color #0CBC8F: hue angle of 164.66º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CBC8F is Cyan = 0.94, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.26.

Color convert

RGB 12 188 143 -
CMYK 0.94 0 0.24 0.26
HSL 164.66º 0.88% 0.39% -
HSV(B) 164.66º 0.94% 0.74% -
XYZ 23.09 38.03 32.11 -
YUV 130.25 135.19 43.66 -
System Red Green Blue C M Y K H S L
Decimal 12 188 143 0.94 0 0.24 0.26 164.66 0.88 0.39
Hex C BC 8F 5E 0 18 1A A5 58 27
Octal 14 274 217 136 0 30 32 245 130 47
Binary 1100 10111100 10001111 1011110 0 11000 11010 10100101 1011000 100111

Color Harmonies of #0CBC8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CBC8F

Black with #0CBC8F

Text Example


Text Example

White with #0CBC8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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