Html Css Color HEX #0A885E Deep Sea

📋 copy color: '#0A885E'

red 10 ◦ green 136 ◦ blue 94

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

Shades of Deep Sea #0A885E

Tints of Deep Sea #0A885E

RGB

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

 GREEN value IS 136 (53.52% from 255) = 56.67%

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

R = 4.17%
G = 56.67%
B = 39.17%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.31

 K value IS 0.47

RGB Variations

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

Color information

#0A885E (or 0x0A885E) is known color: Deep Sea. HEX triplet: 0A, 88 and 5E. RGB value is (10,136,94). Sum of RGB (Red+Green+Blue) = 10+136+94=240 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.17% from 240); Green value is 136 (53.52% from 255 or 56.67% from 240); Blue value is 94 (37.11% from 255 or 39.17% from 240); Max value from RGB is 136 - color contains mainly: green. Hex color #0A885E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A885E is #F577A1. Grayscale: #5D5D5D. Windows color (decimal): -16086946 or 6195210. OLE color: 6195210.

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

Color convert

RGB 10 136 94 -
CMYK 0.93 0 0.31 0.47
HSL 160º 0.86% 0.29% -
HSV(B) 160º 0.93% 0.53% -
XYZ 10.95 18.48 13.58 -
YUV 93.54 128.26 68.42 -
System Red Green Blue C M Y K H S L
Decimal 10 136 94 0.93 0 0.31 0.47 160 0.86 0.29
Hex A 88 5E 5D 0 1F 2F A0 56 1D
Octal 12 210 136 135 0 37 57 240 126 35
Binary 1010 10001000 1011110 1011101 0 11111 101111 10100000 1010110 11101

Color Harmonies of #0A885E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A885E

Black with #0A885E

Text Example


Text Example

White with #0A885E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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