Html Css Color HEX #0A895E Deep Sea

📋 copy color: '#0A895E'

red 10 ◦ green 137 ◦ blue 94

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

Shades of Deep Sea #0A895E

Tints of Deep Sea #0A895E

RGB

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

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

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

R = 4.15%
G = 56.85%
B = 39%

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

#0A895E (or 0x0A895E) is known color: Deep Sea. HEX triplet: 0A, 89 and 5E. RGB value is (10,137,94). Sum of RGB (Red+Green+Blue) = 10+137+94=241 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.15% from 241); Green value is 137 (53.91% from 255 or 56.85% from 241); Blue value is 94 (37.11% from 255 or 39.00% from 241); Max value from RGB is 137 - color contains mainly: green. Hex color #0A895E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A895E is #F576A1. Grayscale: #5E5E5E. Windows color (decimal): -16086690 or 6195466. OLE color: 6195466.

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

Color convert

RGB 10 137 94 -
CMYK 0.93 0 0.31 0.46
HSL 159.69º 0.86% 0.29% -
HSV(B) 159.69º 0.93% 0.54% -
XYZ 11.09 18.76 13.63 -
YUV 94.13 127.92 68 -
System Red Green Blue C M Y K H S L
Decimal 10 137 94 0.93 0 0.31 0.46 159.69 0.86 0.29
Hex A 89 5E 5D 0 1F 2E A0 56 1D
Octal 12 211 136 135 0 37 56 240 126 35
Binary 1010 10001001 1011110 1011101 0 11111 101110 10100000 1010110 11101

Color Harmonies of #0A895E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A895E

Black with #0A895E

Text Example


Text Example

White with #0A895E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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