Html Css Color HEX #0A9380 Observatory

📋 copy color: '#0A9380'

red 10 ◦ green 147 ◦ blue 128

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

Shades of Observatory #0A9380

Tints of Observatory #0A9380

RGB

 RED value IS 10 (4.3% from 255) = 3.51%

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

 BLUE value IS 128 (50.39% from 255) = 44.91%

R = 3.51%
G = 51.58%
B = 44.91%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#0A9380 (or 0x0A9380) is known color: Observatory. HEX triplet: 0A, 93 and 80. RGB value is (10,147,128). Sum of RGB (Red+Green+Blue) = 10+147+128=285 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.51% from 285); Green value is 147 (57.81% from 255 or 51.58% from 285); Blue value is 128 (50.39% from 255 or 44.91% from 285); Max value from RGB is 147 - color contains mainly: green. Hex color #0A9380 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A9380 is #F56C7F. Grayscale: #676767. Windows color (decimal): -16084096 or 8426250. OLE color: 8426250.

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

Color convert

RGB 10 147 128 -
CMYK 0.93 0 0.13 0.42
HSL 171.68º 0.87% 0.31% -
HSV(B) 171.68º 0.93% 0.58% -
XYZ 14.46 22.49 24 -
YUV 103.87 141.61 61.04 -
System Red Green Blue C M Y K H S L
Decimal 10 147 128 0.93 0 0.13 0.42 171.68 0.87 0.31
Hex A 93 80 5D 0 D 2A AC 57 1F
Octal 12 223 200 135 0 15 52 254 127 37
Binary 1010 10010011 10000000 1011101 0 1101 101010 10101100 1010111 11111

Color Harmonies of #0A9380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A9380

Black with #0A9380

Text Example


Text Example

White with #0A9380

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,147,128); }

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

background-color css

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

 a { background-color: rgb(10,147,128); }

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

border-color css

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

 span { border-color: rgb(10,147,128); }

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