Html Css Color HEX #97AFA8 Sea Nymph

📋 copy color: '#97AFA8'

red 151 ◦ green 175 ◦ blue 168

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

Shades of Sea Nymph #97AFA8

Tints of Sea Nymph #97AFA8

RGB

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

 GREEN value IS 175 (68.75% from 255) = 35.43%

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

R = 30.57%
G = 35.43%
B = 34.01%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.04

 K value IS 0.31

RGB Variations

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

Color information

#97AFA8 (or 0x97AFA8) is known color: Sea Nymph. HEX triplet: 97, AF and A8. RGB value is (151,175,168). Sum of RGB (Red+Green+Blue) = 151+175+168=494 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.57% from 494); Green value is 175 (68.75% from 255 or 35.43% from 494); Blue value is 168 (66.02% from 255 or 34.01% from 494); Max value from RGB is 175 - color contains mainly: green. Hex color #97AFA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97AFA8 is #685057. Grayscale: #A7A7A7. Windows color (decimal): -6836312 or 11054999. OLE color: 11054999.

HSL color Cylindrical-coordinate representation of color #97AFA8: hue angle of 162.5º degrees, saturation: 0.13, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #97AFA8 is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.31.

Color convert

RGB 151 175 168 -
CMYK 0.14 0 0.04 0.31
HSL 162.5º 0.13% 0.64% -
HSV(B) 162.5º 0.14% 0.69% -
XYZ 35.16 40.07 42.93 -
YUV 167.03 128.55 116.57 -
System Red Green Blue C M Y K H S L
Decimal 151 175 168 0.14 0 0.04 0.31 162.5 0.13 0.64
Hex 97 AF A8 E 0 4 1F A2 D 40
Octal 227 257 250 16 0 4 37 242 15 100
Binary 10010111 10101111 10101000 1110 0 100 11111 10100010 1101 1000000

Color Harmonies of #97AFA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97AFA8

Black with #97AFA8

Text Example


Text Example

White with #97AFA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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