Html Css Color HEX #098060 Deep Sea

📋 copy color: '#098060'

red 9 ◦ green 128 ◦ blue 96

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

Shades of Deep Sea #098060

Tints of Deep Sea #098060

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 41.2%

R = 3.86%
G = 54.94%
B = 41.2%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.25

 K value IS 0.50

RGB Variations

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

Color information

#098060 (or 0x098060) is known color: Deep Sea. HEX triplet: 09, 80 and 60. RGB value is (9,128,96). Sum of RGB (Red+Green+Blue) = 9+128+96=233 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.86% from 233); Green value is 128 (50.39% from 255 or 54.94% from 233); Blue value is 96 (37.89% from 255 or 41.20% from 233); Max value from RGB is 128 - color contains mainly: green. Hex color #098060 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #098060 is #F67F9F. Grayscale: #585858. Windows color (decimal): -16154528 or 6324233. OLE color: 6324233.

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

Color convert

RGB 9 128 96 -
CMYK 0.93 0 0.25 0.50
HSL 163.87º 0.87% 0.27% -
HSV(B) 163.87º 0.93% 0.5% -
XYZ 9.94 16.34 13.7 -
YUV 88.77 132.08 71.1 -
System Red Green Blue C M Y K H S L
Decimal 9 128 96 0.93 0 0.25 0.50 163.87 0.87 0.27
Hex 9 80 60 5D 0 19 32 A4 57 1B
Octal 11 200 140 135 0 31 62 244 127 33
Binary 1001 10000000 1100000 1011101 0 11001 110010 10100100 1010111 11011

Color Harmonies of #098060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098060

Black with #098060

Text Example


Text Example

White with #098060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #098060; }

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

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

background-color css

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

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

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

border-color css

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

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

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