Html Css Color HEX #098468 Deep Sea

📋 copy color: '#098468'

red 9 ◦ green 132 ◦ blue 104

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

Shades of Deep Sea #098468

Tints of Deep Sea #098468

RGB

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

 GREEN value IS 132 (51.95% from 255) = 53.88%

 BLUE value IS 104 (41.02% from 255) = 42.45%

R = 3.67%
G = 53.88%
B = 42.45%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.21

 K value IS 0.48

RGB Variations

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

Color information

#098468 (or 0x098468) is known color: Deep Sea. HEX triplet: 09, 84 and 68. RGB value is (9,132,104). Sum of RGB (Red+Green+Blue) = 9+132+104=245 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.67% from 245); Green value is 132 (51.95% from 255 or 53.88% from 245); Blue value is 104 (41.02% from 255 or 42.45% from 245); Max value from RGB is 132 - color contains mainly: green. Hex color #098468 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #098468 is #F67B97. Grayscale: #5C5C5C. Windows color (decimal): -16153496 or 6849545. OLE color: 6849545.

HSL color Cylindrical-coordinate representation of color #098468: hue angle of 166.34º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #098468 is Cyan = 0.93, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.48.

Color convert

RGB 9 132 104 -
CMYK 0.93 0 0.21 0.48
HSL 166.34º 0.87% 0.28% -
HSV(B) 166.34º 0.93% 0.52% -
XYZ 10.86 17.56 15.91 -
YUV 92.03 134.75 68.78 -
System Red Green Blue C M Y K H S L
Decimal 9 132 104 0.93 0 0.21 0.48 166.34 0.87 0.28
Hex 9 84 68 5D 0 15 30 A6 57 1C
Octal 11 204 150 135 0 25 60 246 127 34
Binary 1001 10000100 1101000 1011101 0 10101 110000 10100110 1010111 11100

Color Harmonies of #098468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098468

Black with #098468

Text Example


Text Example

White with #098468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #098468; }

 p { color: rgb(9,132,104); }

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

background-color css

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

 a { background-color: rgb(9,132,104); }

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

border-color css

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

 span { border-color: rgb(9,132,104); }

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