Html Css Color HEX #0A895F Deep Sea

📋 copy color: '#0A895F'

red 10 ◦ green 137 ◦ blue 95

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

Shades of Deep Sea #0A895F

Tints of Deep Sea #0A895F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 39.26%

R = 4.13%
G = 56.61%
B = 39.26%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.31

 K value IS 0.46

RGB Variations

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

Color information

#0A895F (or 0x0A895F) is known color: Deep Sea. HEX triplet: 0A, 89 and 5F. RGB value is (10,137,95). Sum of RGB (Red+Green+Blue) = 10+137+95=242 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.13% from 242); Green value is 137 (53.91% from 255 or 56.61% from 242); Blue value is 95 (37.5% from 255 or 39.26% from 242); Max value from RGB is 137 - color contains mainly: green. Hex color #0A895F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A895F is #F576A0. Grayscale: #5E5E5E. Windows color (decimal): -16086689 or 6261002. OLE color: 6261002.

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

Color convert

RGB 10 137 95 -
CMYK 0.93 0 0.31 0.46
HSL 160.16º 0.86% 0.29% -
HSV(B) 160.16º 0.93% 0.54% -
XYZ 11.14 18.78 13.86 -
YUV 94.24 128.42 67.92 -
System Red Green Blue C M Y K H S L
Decimal 10 137 95 0.93 0 0.31 0.46 160.16 0.86 0.29
Hex A 89 5F 5D 0 1F 2E A0 56 1D
Octal 12 211 137 135 0 37 56 240 126 35
Binary 1010 10001001 1011111 1011101 0 11111 101110 10100000 1010110 11101

Color Harmonies of #0A895F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A895F

Black with #0A895F

Text Example


Text Example

White with #0A895F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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