Html Css Color HEX #09805E Deep Sea

📋 copy color: '#09805E'

red 9 ◦ green 128 ◦ blue 94

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

Shades of Deep Sea #09805E

Tints of Deep Sea #09805E

RGB

 RED value IS 9 (3.91% from 255) = 3.9%

 GREEN value IS 128 (50.39% from 255) = 55.41%

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

R = 3.9%
G = 55.41%
B = 40.69%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.27

 K value IS 0.50

RGB Variations

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

Color information

#09805E (or 0x09805E) is known color: Deep Sea. HEX triplet: 09, 80 and 5E. RGB value is (9,128,94). Sum of RGB (Red+Green+Blue) = 9+128+94=231 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.90% from 231); Green value is 128 (50.39% from 255 or 55.41% from 231); Blue value is 94 (37.11% from 255 or 40.69% from 231); Max value from RGB is 128 - color contains mainly: green. Hex color #09805E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09805E is #F67FA1. Grayscale: #585858. Windows color (decimal): -16154530 or 6193161. OLE color: 6193161.

HSL color Cylindrical-coordinate representation of color #09805E: hue angle of 162.86º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09805E is Cyan = 0.93, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.50.

Color convert

RGB 9 128 94 -
CMYK 0.93 0 0.27 0.50
HSL 162.86º 0.87% 0.27% -
HSV(B) 162.86º 0.93% 0.5% -
XYZ 9.85 16.3 13.22 -
YUV 88.54 131.08 71.26 -
System Red Green Blue C M Y K H S L
Decimal 9 128 94 0.93 0 0.27 0.50 162.86 0.87 0.27
Hex 9 80 5E 5D 0 1B 32 A3 57 1B
Octal 11 200 136 135 0 33 62 243 127 33
Binary 1001 10000000 1011110 1011101 0 11011 110010 10100011 1010111 11011

Color Harmonies of #09805E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09805E

Black with #09805E

Text Example


Text Example

White with #09805E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09805E; }

 p { color: rgb(9,128,94); }

 H1.HeaderClassName
 {
   color: #09805E;
 }
 .AnyTagClassName
 {
   color: #09805E;
 }
</style>

background-color css

<style>
 a { background-color: #09805E; }

 a { background-color: rgb(9,128,94); }

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

border-color css

<style>
 span { border-color: #09805E; }

 span { border-color: rgb(9,128,94); }

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