Html Css Color HEX #7FAA9E Sea Nymph

📋 copy color: '#7FAA9E'

red 127 ◦ green 170 ◦ blue 158

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

Shades of Sea Nymph #7FAA9E

Tints of Sea Nymph #7FAA9E

RGB

 RED value IS 127 (50% from 255) = 27.91%

 GREEN value IS 170 (66.8% from 255) = 37.36%

 BLUE value IS 158 (62.11% from 255) = 34.73%

R = 27.91%
G = 37.36%
B = 34.73%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#7FAA9E (or 0x7FAA9E) is known color: Sea Nymph. HEX triplet: 7F, AA and 9E. RGB value is (127,170,158). Sum of RGB (Red+Green+Blue) = 127+170+158=455 (60% of max value = 765). Red value is 127 (50% from 255 or 27.91% from 455); Green value is 170 (66.80% from 255 or 37.36% from 455); Blue value is 158 (62.11% from 255 or 34.73% from 455); Max value from RGB is 170 - color contains mainly: green. Hex color #7FAA9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FAA9E is #805561. Grayscale: #9B9B9B. Windows color (decimal): -8410466 or 10398335. OLE color: 10398335.

HSL color Cylindrical-coordinate representation of color #7FAA9E: hue angle of 163.26º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7FAA9E is Cyan = 0.25, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.33.

Color convert

RGB 127 170 158 -
CMYK 0.25 0 0.07 0.33
HSL 163.26º 0.2% 0.58% -
HSV(B) 163.26º 0.25% 0.67% -
XYZ 29.3 35.73 37.7 -
YUV 155.78 129.25 107.48 -
System Red Green Blue C M Y K H S L
Decimal 127 170 158 0.25 0 0.07 0.33 163.26 0.2 0.58
Hex 7F AA 9E 19 0 7 21 A3 14 3A
Octal 177 252 236 31 0 7 41 243 24 72
Binary 1111111 10101010 10011110 11001 0 111 100001 10100011 10100 111010

Color Harmonies of #7FAA9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FAA9E

Black with #7FAA9E

Text Example


Text Example

White with #7FAA9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7FAA9E; }

 p { color: rgb(127,170,158); }

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

background-color css

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

 a { background-color: rgb(127,170,158); }

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

border-color css

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

 span { border-color: rgb(127,170,158); }

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