Html Css Color HEX #0A805E Deep Sea

📋 copy color: '#0A805E'

red 10 ◦ green 128 ◦ blue 94

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

Shades of Deep Sea #0A805E

Tints of Deep Sea #0A805E

RGB

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

 GREEN value IS 128 (50.39% from 255) = 55.17%

 BLUE value IS 94 (37.11% from 255) = 40.52%

R = 4.31%
G = 55.17%
B = 40.52%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.27

 K value IS 0.50

RGB Variations

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

Color information

#0A805E (or 0x0A805E) is known color: Deep Sea. HEX triplet: 0A, 80 and 5E. RGB value is (10,128,94). Sum of RGB (Red+Green+Blue) = 10+128+94=232 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.31% from 232); Green value is 128 (50.39% from 255 or 55.17% from 232); Blue value is 94 (37.11% from 255 or 40.52% from 232); Max value from RGB is 128 - color contains mainly: green. Hex color #0A805E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A805E is #F57FA1. Grayscale: #585858. Windows color (decimal): -16088994 or 6193162. OLE color: 6193162.

HSL color Cylindrical-coordinate representation of color #0A805E: hue angle of 162.71º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A805E is Cyan = 0.92, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.50.

Color convert

RGB 10 128 94 -
CMYK 0.92 0 0.27 0.50
HSL 162.71º 0.86% 0.27% -
HSV(B) 162.71º 0.92% 0.5% -
XYZ 9.86 16.31 13.22 -
YUV 88.84 130.91 71.76 -
System Red Green Blue C M Y K H S L
Decimal 10 128 94 0.92 0 0.27 0.50 162.71 0.86 0.27
Hex A 80 5E 5C 0 1B 32 A3 56 1B
Octal 12 200 136 134 0 33 62 243 126 33
Binary 1010 10000000 1011110 1011100 0 11011 110010 10100011 1010110 11011

Color Harmonies of #0A805E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A805E

Black with #0A805E

Text Example


Text Example

White with #0A805E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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