Html Css Color HEX #0A895B Deep Sea

📋 copy color: '#0A895B'

red 10 ◦ green 137 ◦ blue 91

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

Shades of Deep Sea #0A895B

Tints of Deep Sea #0A895B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 38.24%

R = 4.2%
G = 57.56%
B = 38.24%

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

#0A895B (or 0x0A895B) is known color: Deep Sea. HEX triplet: 0A, 89 and 5B. RGB value is (10,137,91). Sum of RGB (Red+Green+Blue) = 10+137+91=238 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.20% from 238); Green value is 137 (53.91% from 255 or 57.56% from 238); Blue value is 91 (35.94% from 255 or 38.24% from 238); Max value from RGB is 137 - color contains mainly: green. Hex color #0A895B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A895B is #F576A4. Grayscale: #5D5D5D. Windows color (decimal): -16086693 or 5998858. OLE color: 5998858.

HSL color Cylindrical-coordinate representation of color #0A895B: hue angle of 158.27º 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 #0A895B is Cyan = 0.93, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.46.

Color convert

RGB 10 137 91 -
CMYK 0.93 0 0.34 0.46
HSL 158.27º 0.86% 0.29% -
HSV(B) 158.27º 0.93% 0.54% -
XYZ 10.96 18.71 12.93 -
YUV 93.78 126.42 68.24 -
System Red Green Blue C M Y K H S L
Decimal 10 137 91 0.93 0 0.34 0.46 158.27 0.86 0.29
Hex A 89 5B 5D 0 22 2E 9E 56 1D
Octal 12 211 133 135 0 42 56 236 126 35
Binary 1010 10001001 1011011 1011101 0 100010 101110 10011110 1010110 11101

Color Harmonies of #0A895B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A895B

Black with #0A895B

Text Example


Text Example

White with #0A895B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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