Html Css Color HEX #97ADA8 Conch

📋 copy color: '#97ADA8'

red 151 ◦ green 173 ◦ blue 168

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

Shades of Conch #97ADA8

Tints of Conch #97ADA8

RGB

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

 GREEN value IS 173 (67.97% from 255) = 35.16%

 BLUE value IS 168 (66.02% from 255) = 34.15%

R = 30.69%
G = 35.16%
B = 34.15%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.03

 K value IS 0.32

RGB Variations

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

Color information

#97ADA8 (or 0x97ADA8) is known color: Conch. HEX triplet: 97, AD and A8. RGB value is (151,173,168). Sum of RGB (Red+Green+Blue) = 151+173+168=492 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.69% from 492); Green value is 173 (67.97% from 255 or 35.16% from 492); Blue value is 168 (66.02% from 255 or 34.15% from 492); Max value from RGB is 173 - color contains mainly: green. Hex color #97ADA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97ADA8 is #685257. Grayscale: #A5A5A5. Windows color (decimal): -6836824 or 11054487. OLE color: 11054487.

HSL color Cylindrical-coordinate representation of color #97ADA8: hue angle of 166.36º degrees, saturation: 0.12, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #97ADA8 is Cyan = 0.13, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.32.

Color convert

RGB 151 173 168 -
CMYK 0.13 0 0.03 0.32
HSL 166.36º 0.12% 0.64% -
HSV(B) 166.36º 0.13% 0.68% -
XYZ 34.77 39.29 42.8 -
YUV 165.85 129.21 117.41 -
System Red Green Blue C M Y K H S L
Decimal 151 173 168 0.13 0 0.03 0.32 166.36 0.12 0.64
Hex 97 AD A8 D 0 3 20 A6 C 40
Octal 227 255 250 15 0 3 40 246 14 100
Binary 10010111 10101101 10101000 1101 0 11 100000 10100110 1100 1000000

Color Harmonies of #97ADA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97ADA8

Black with #97ADA8

Text Example


Text Example

White with #97ADA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,173,168); }

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

background-color css

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

 a { background-color: rgb(151,173,168); }

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

border-color css

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

 span { border-color: rgb(151,173,168); }

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