Html Css Color HEX #0A895A Deep Sea

📋 copy color: '#0A895A'

red 10 ◦ green 137 ◦ blue 90

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

Shades of Deep Sea #0A895A

Tints of Deep Sea #0A895A

RGB

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

 GREEN value IS 137 (53.91% from 255) = 57.81%

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

R = 4.22%
G = 57.81%
B = 37.97%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.34

 K value IS 0.46

RGB Variations

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

Color information

#0A895A (or 0x0A895A) is known color: Deep Sea. HEX triplet: 0A, 89 and 5A. RGB value is (10,137,90). Sum of RGB (Red+Green+Blue) = 10+137+90=237 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.22% from 237); Green value is 137 (53.91% from 255 or 57.81% from 237); Blue value is 90 (35.55% from 255 or 37.97% from 237); Max value from RGB is 137 - color contains mainly: green. Hex color #0A895A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A895A is #F576A5. Grayscale: #5D5D5D. Windows color (decimal): -16086694 or 5933322. OLE color: 5933322.

HSL color Cylindrical-coordinate representation of color #0A895A: hue angle of 157.8º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A895A is Cyan = 0.93, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.46.

Color convert

RGB 10 137 90 -
CMYK 0.93 0 0.34 0.46
HSL 157.8º 0.86% 0.29% -
HSV(B) 157.8º 0.93% 0.54% -
XYZ 10.92 18.69 12.71 -
YUV 93.67 125.92 68.32 -
System Red Green Blue C M Y K H S L
Decimal 10 137 90 0.93 0 0.34 0.46 157.8 0.86 0.29
Hex A 89 5A 5D 0 22 2E 9E 56 1D
Octal 12 211 132 135 0 42 56 236 126 35
Binary 1010 10001001 1011010 1011101 0 100010 101110 10011110 1010110 11101

Color Harmonies of #0A895A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A895A

Black with #0A895A

Text Example


Text Example

White with #0A895A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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