Html Css Color HEX #97A08E Delta

📋 copy color: '#97A08E'

red 151 ◦ green 160 ◦ blue 142

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

Shades of Delta #97A08E

Tints of Delta #97A08E

RGB

 RED value IS 151 (59.38% from 255) = 33.33%

 GREEN value IS 160 (62.89% from 255) = 35.32%

 BLUE value IS 142 (55.86% from 255) = 31.35%

R = 33.33%
G = 35.32%
B = 31.35%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.11

 K value IS 0.37

RGB Variations

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

Color information

#97A08E (or 0x97A08E) is known color: Delta. HEX triplet: 97, A0 and 8E. RGB value is (151,160,142). Sum of RGB (Red+Green+Blue) = 151+160+142=453 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.33% from 453); Green value is 160 (62.89% from 255 or 35.32% from 453); Blue value is 142 (55.86% from 255 or 31.35% from 453); Max value from RGB is 160 - color contains mainly: green. Hex color #97A08E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97A08E is #685F71. Grayscale: #9B9B9B. Windows color (decimal): -6840178 or 9347223. OLE color: 9347223.

HSL color Cylindrical-coordinate representation of color #97A08E: hue angle of 90º degrees, saturation: 0.09, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #97A08E is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.37.

Color convert

RGB 151 160 142 -
CMYK 0.06 0 0.11 0.37
HSL 90º 0.09% 0.59% -
HSV(B) 90º 0.11% 0.63% -
XYZ 30.22 33.67 30.5 -
YUV 155.26 120.52 124.96 -
System Red Green Blue C M Y K H S L
Decimal 151 160 142 0.06 0 0.11 0.37 90 0.09 0.59
Hex 97 A0 8E 6 0 B 25 5A 9 3B
Octal 227 240 216 6 0 13 45 132 11 73
Binary 10010111 10100000 10001110 110 0 1011 100101 1011010 1001 111011

Color Harmonies of #97A08E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97A08E

Black with #97A08E

Text Example


Text Example

White with #97A08E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97A08E; }

 p { color: rgb(151,160,142); }

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

background-color css

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

 a { background-color: rgb(151,160,142); }

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

border-color css

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

 span { border-color: rgb(151,160,142); }

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