Html Css Color HEX #098464 Deep Sea

📋 copy color: '#098464'

red 9 ◦ green 132 ◦ blue 100

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

Shades of Deep Sea #098464

Tints of Deep Sea #098464

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 41.49%

R = 3.73%
G = 54.77%
B = 41.49%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.24

 K value IS 0.48

RGB Variations

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

Color information

#098464 (or 0x098464) is known color: Deep Sea. HEX triplet: 09, 84 and 64. RGB value is (9,132,100). Sum of RGB (Red+Green+Blue) = 9+132+100=241 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.73% from 241); Green value is 132 (51.95% from 255 or 54.77% from 241); Blue value is 100 (39.45% from 255 or 41.49% from 241); Max value from RGB is 132 - color contains mainly: green. Hex color #098464 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #098464 is #F67B9B. Grayscale: #5B5B5B. Windows color (decimal): -16153500 or 6587401. OLE color: 6587401.

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

Color convert

RGB 9 132 100 -
CMYK 0.93 0 0.24 0.48
HSL 164.39º 0.87% 0.28% -
HSV(B) 164.39º 0.93% 0.52% -
XYZ 10.66 17.48 14.87 -
YUV 91.58 132.75 69.1 -
System Red Green Blue C M Y K H S L
Decimal 9 132 100 0.93 0 0.24 0.48 164.39 0.87 0.28
Hex 9 84 64 5D 0 18 30 A4 57 1C
Octal 11 204 144 135 0 30 60 244 127 34
Binary 1001 10000100 1100100 1011101 0 11000 110000 10100100 1010111 11100

Color Harmonies of #098464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098464

Black with #098464

Text Example


Text Example

White with #098464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #098464; }

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

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

background-color css

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

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

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

border-color css

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

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

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