Html Css Color HEX #097E65 Deep Sea

📋 copy color: '#097E65'

red 9 ◦ green 126 ◦ blue 101

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

Shades of Deep Sea #097E65

Tints of Deep Sea #097E65

RGB

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

 GREEN value IS 126 (49.61% from 255) = 53.39%

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

R = 3.81%
G = 53.39%
B = 42.8%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.20

 K value IS 0.51

RGB Variations

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

Color information

#097E65 (or 0x097E65) is known color: Deep Sea. HEX triplet: 09, 7E and 65. RGB value is (9,126,101). Sum of RGB (Red+Green+Blue) = 9+126+101=236 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.81% from 236); Green value is 126 (49.61% from 255 or 53.39% from 236); Blue value is 101 (39.84% from 255 or 42.80% from 236); Max value from RGB is 126 - color contains mainly: green. Hex color #097E65 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #097E65 is #F6819A. Grayscale: #585858. Windows color (decimal): -16155035 or 6651401. OLE color: 6651401.

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

Color convert

RGB 9 126 101 -
CMYK 0.93 0 0.20 0.51
HSL 167.18º 0.87% 0.26% -
HSV(B) 167.18º 0.93% 0.49% -
XYZ 9.92 15.92 14.86 -
YUV 88.17 135.24 71.53 -
System Red Green Blue C M Y K H S L
Decimal 9 126 101 0.93 0 0.20 0.51 167.18 0.87 0.26
Hex 9 7E 65 5D 0 14 33 A7 57 1A
Octal 11 176 145 135 0 24 63 247 127 32
Binary 1001 1111110 1100101 1011101 0 10100 110011 10100111 1010111 11010

Color Harmonies of #097E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097E65

Black with #097E65

Text Example


Text Example

White with #097E65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #097E65; }

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

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

background-color css

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

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

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

border-color css

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

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

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