Html Css Color HEX #0C937B Observatory

📋 copy color: '#0C937B'

red 12 ◦ green 147 ◦ blue 123

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

Shades of Observatory #0C937B

Tints of Observatory #0C937B

RGB

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

 GREEN value IS 147 (57.81% from 255) = 52.13%

 BLUE value IS 123 (48.44% from 255) = 43.62%

R = 4.26%
G = 52.13%
B = 43.62%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#0C937B (or 0x0C937B) is known color: Observatory. HEX triplet: 0C, 93 and 7B. RGB value is (12,147,123). Sum of RGB (Red+Green+Blue) = 12+147+123=282 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.26% from 282); Green value is 147 (57.81% from 255 or 52.13% from 282); Blue value is 123 (48.44% from 255 or 43.62% from 282); Max value from RGB is 147 - color contains mainly: green. Hex color #0C937B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C937B is #F36C84. Grayscale: #676767. Windows color (decimal): -15953029 or 8098572. OLE color: 8098572.

HSL color Cylindrical-coordinate representation of color #0C937B: hue angle of 169.33º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C937B is Cyan = 0.92, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 12 147 123 -
CMYK 0.92 0 0.16 0.42
HSL 169.33º 0.85% 0.31% -
HSV(B) 169.33º 0.92% 0.58% -
XYZ 14.16 22.38 22.31 -
YUV 103.9 138.77 62.45 -
System Red Green Blue C M Y K H S L
Decimal 12 147 123 0.92 0 0.16 0.42 169.33 0.85 0.31
Hex C 93 7B 5C 0 10 2A A9 55 1F
Octal 14 223 173 134 0 20 52 251 125 37
Binary 1100 10010011 1111011 1011100 0 10000 101010 10101001 1010101 11111

Color Harmonies of #0C937B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C937B

Black with #0C937B

Text Example


Text Example

White with #0C937B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,147,123); }

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

background-color css

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

 a { background-color: rgb(12,147,123); }

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

border-color css

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

 span { border-color: rgb(12,147,123); }

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