Html Css Color HEX #098261 Deep Sea

📋 copy color: '#098261'

red 9 ◦ green 130 ◦ blue 97

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

Shades of Deep Sea #098261

Tints of Deep Sea #098261

RGB

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

 GREEN value IS 130 (51.17% from 255) = 55.08%

 BLUE value IS 97 (38.28% from 255) = 41.1%

R = 3.81%
G = 55.08%
B = 41.1%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.25

 K value IS 0.49

RGB Variations

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

Color information

#098261 (or 0x098261) is known color: Deep Sea. HEX triplet: 09, 82 and 61. RGB value is (9,130,97). Sum of RGB (Red+Green+Blue) = 9+130+97=236 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.81% from 236); Green value is 130 (51.17% from 255 or 55.08% from 236); Blue value is 97 (38.28% from 255 or 41.10% from 236); Max value from RGB is 130 - color contains mainly: green. Hex color #098261 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #098261 is #F67D9E. Grayscale: #5A5A5A. Windows color (decimal): -16154015 or 6390281. OLE color: 6390281.

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

Color convert

RGB 9 130 97 -
CMYK 0.93 0 0.25 0.49
HSL 163.64º 0.87% 0.27% -
HSV(B) 163.64º 0.93% 0.51% -
XYZ 10.25 16.89 14.03 -
YUV 90.06 131.91 70.18 -
System Red Green Blue C M Y K H S L
Decimal 9 130 97 0.93 0 0.25 0.49 163.64 0.87 0.27
Hex 9 82 61 5D 0 19 31 A4 57 1B
Octal 11 202 141 135 0 31 61 244 127 33
Binary 1001 10000010 1100001 1011101 0 11001 110001 10100100 1010111 11011

Color Harmonies of #098261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098261

Black with #098261

Text Example


Text Example

White with #098261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #098261; }

 p { color: rgb(9,130,97); }

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

background-color css

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

 a { background-color: rgb(9,130,97); }

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

border-color css

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

 span { border-color: rgb(9,130,97); }

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