Html Css Color HEX #7FADA1 Sea Nymph

📋 copy color: '#7FADA1'

red 127 ◦ green 173 ◦ blue 161

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

Shades of Sea Nymph #7FADA1

Tints of Sea Nymph #7FADA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 34.92%

R = 27.55%
G = 37.53%
B = 34.92%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.07

 K value IS 0.32

RGB Variations

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

Color information

#7FADA1 (or 0x7FADA1) is known color: Sea Nymph. HEX triplet: 7F, AD and A1. RGB value is (127,173,161). Sum of RGB (Red+Green+Blue) = 127+173+161=461 (61% of max value = 765). Red value is 127 (50% from 255 or 27.55% from 461); Green value is 173 (67.97% from 255 or 37.53% from 461); Blue value is 161 (63.28% from 255 or 34.92% from 461); Max value from RGB is 173 - color contains mainly: green. Hex color #7FADA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FADA1 is #80525E. Grayscale: #9D9D9D. Windows color (decimal): -8409695 or 10595711. OLE color: 10595711.

HSL color Cylindrical-coordinate representation of color #7FADA1: hue angle of 164.35º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7FADA1 is Cyan = 0.27, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.32.

Color convert

RGB 127 173 161 -
CMYK 0.27 0 0.07 0.32
HSL 164.35º 0.22% 0.59% -
HSV(B) 164.35º 0.27% 0.68% -
XYZ 30.13 36.97 39.27 -
YUV 157.88 129.76 105.98 -
System Red Green Blue C M Y K H S L
Decimal 127 173 161 0.27 0 0.07 0.32 164.35 0.22 0.59
Hex 7F AD A1 1B 0 7 20 A4 16 3B
Octal 177 255 241 33 0 7 40 244 26 73
Binary 1111111 10101101 10100001 11011 0 111 100000 10100100 10110 111011

Color Harmonies of #7FADA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FADA1

Black with #7FADA1

Text Example


Text Example

White with #7FADA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,173,161); }

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

background-color css

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

 a { background-color: rgb(127,173,161); }

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

border-color css

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

 span { border-color: rgb(127,173,161); }

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