Html Css Color HEX #0CB38B Mountain Meadow

📋 copy color: '#0CB38B'

red 12 ◦ green 179 ◦ blue 139

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

Shades of Mountain Meadow #0CB38B

Tints of Mountain Meadow #0CB38B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 42.12%

R = 3.64%
G = 54.24%
B = 42.12%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.22

 K value IS 0.30

RGB Variations

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

Color information

#0CB38B (or 0x0CB38B) is known color: Mountain Meadow. HEX triplet: 0C, B3 and 8B. RGB value is (12,179,139). Sum of RGB (Red+Green+Blue) = 12+179+139=330 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.64% from 330); Green value is 179 (70.31% from 255 or 54.24% from 330); Blue value is 139 (54.69% from 255 or 42.12% from 330); Max value from RGB is 179 - color contains mainly: green. Hex color #0CB38B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CB38B is #F34C74. Grayscale: #7C7C7C. Windows color (decimal): -15944821 or 9155340. OLE color: 9155340.

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

Color convert

RGB 12 179 139 -
CMYK 0.93 0 0.22 0.30
HSL 165.63º 0.87% 0.37% -
HSV(B) 165.63º 0.93% 0.7% -
XYZ 20.93 34.18 29.92 -
YUV 124.51 136.17 47.75 -
System Red Green Blue C M Y K H S L
Decimal 12 179 139 0.93 0 0.22 0.30 165.63 0.87 0.37
Hex C B3 8B 5D 0 16 1E A6 57 25
Octal 14 263 213 135 0 26 36 246 127 45
Binary 1100 10110011 10001011 1011101 0 10110 11110 10100110 1010111 100101

Color Harmonies of #0CB38B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB38B

Black with #0CB38B

Text Example


Text Example

White with #0CB38B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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