Html Css Color HEX #098465 Deep Sea

📋 copy color: '#098465'

red 9 ◦ green 132 ◦ blue 101

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

Shades of Deep Sea #098465

Tints of Deep Sea #098465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 41.74%

R = 3.72%
G = 54.55%
B = 41.74%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#098465 (or 0x098465) is known color: Deep Sea. HEX triplet: 09, 84 and 65. RGB value is (9,132,101). Sum of RGB (Red+Green+Blue) = 9+132+101=242 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.72% from 242); Green value is 132 (51.95% from 255 or 54.55% from 242); Blue value is 101 (39.84% from 255 or 41.74% from 242); Max value from RGB is 132 - color contains mainly: green. Hex color #098465 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #098465 is #F67B9A. Grayscale: #5B5B5B. Windows color (decimal): -16153499 or 6652937. OLE color: 6652937.

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

Color convert

RGB 9 132 101 -
CMYK 0.93 0 0.23 0.48
HSL 164.88º 0.87% 0.28% -
HSV(B) 164.88º 0.93% 0.52% -
XYZ 10.71 17.5 15.13 -
YUV 91.69 133.25 69.02 -
System Red Green Blue C M Y K H S L
Decimal 9 132 101 0.93 0 0.23 0.48 164.88 0.87 0.28
Hex 9 84 65 5D 0 17 30 A5 57 1C
Octal 11 204 145 135 0 27 60 245 127 34
Binary 1001 10000100 1100101 1011101 0 10111 110000 10100101 1010111 11100

Color Harmonies of #098465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098465

Black with #098465

Text Example


Text Example

White with #098465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #098465; }

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

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

background-color css

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

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

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

border-color css

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

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

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