Html Css Color HEX #0A805A Deep Sea

📋 copy color: '#0A805A'

red 10 ◦ green 128 ◦ blue 90

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

Shades of Deep Sea #0A805A

Tints of Deep Sea #0A805A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 39.47%

R = 4.39%
G = 56.14%
B = 39.47%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.30

 K value IS 0.50

RGB Variations

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

Color information

#0A805A (or 0x0A805A) is known color: Deep Sea. HEX triplet: 0A, 80 and 5A. RGB value is (10,128,90). Sum of RGB (Red+Green+Blue) = 10+128+90=228 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.39% from 228); Green value is 128 (50.39% from 255 or 56.14% from 228); Blue value is 90 (35.55% from 255 or 39.47% from 228); Max value from RGB is 128 - color contains mainly: green. Hex color #0A805A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A805A is #F57FA5. Grayscale: #585858. Windows color (decimal): -16088998 or 5931018. OLE color: 5931018.

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

Color convert

RGB 10 128 90 -
CMYK 0.92 0 0.30 0.50
HSL 160.68º 0.86% 0.27% -
HSV(B) 160.68º 0.92% 0.5% -
XYZ 9.69 16.24 12.3 -
YUV 88.39 128.91 72.09 -
System Red Green Blue C M Y K H S L
Decimal 10 128 90 0.92 0 0.30 0.50 160.68 0.86 0.27
Hex A 80 5A 5C 0 1E 32 A1 56 1B
Octal 12 200 132 134 0 36 62 241 126 33
Binary 1010 10000000 1011010 1011100 0 11110 110010 10100001 1010110 11011

Color Harmonies of #0A805A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A805A

Black with #0A805A

Text Example


Text Example

White with #0A805A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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