Html Css Color HEX #7FADA3 Sea Nymph

📋 copy color: '#7FADA3'

red 127 ◦ green 173 ◦ blue 163

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

Shades of Sea Nymph #7FADA3

Tints of Sea Nymph #7FADA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 35.21%

R = 27.43%
G = 37.37%
B = 35.21%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.06

 K value IS 0.32

RGB Variations

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

Color information

#7FADA3 (or 0x7FADA3) is known color: Sea Nymph. HEX triplet: 7F, AD and A3. RGB value is (127,173,163). Sum of RGB (Red+Green+Blue) = 127+173+163=463 (61% of max value = 765). Red value is 127 (50% from 255 or 27.43% from 463); Green value is 173 (67.97% from 255 or 37.37% from 463); Blue value is 163 (64.06% from 255 or 35.21% from 463); Max value from RGB is 173 - color contains mainly: green. Hex color #7FADA3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FADA3 is #80525C. Grayscale: #9E9E9E. Windows color (decimal): -8409693 or 10726783. OLE color: 10726783.

HSL color Cylindrical-coordinate representation of color #7FADA3: hue angle of 166.96º 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 #7FADA3 is Cyan = 0.27, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.32.

Color convert

RGB 127 173 163 -
CMYK 0.27 0 0.06 0.32
HSL 166.96º 0.22% 0.59% -
HSV(B) 166.96º 0.27% 0.68% -
XYZ 30.31 37.04 40.2 -
YUV 158.11 130.76 105.81 -
System Red Green Blue C M Y K H S L
Decimal 127 173 163 0.27 0 0.06 0.32 166.96 0.22 0.59
Hex 7F AD A3 1B 0 6 20 A7 16 3B
Octal 177 255 243 33 0 6 40 247 26 73
Binary 1111111 10101101 10100011 11011 0 110 100000 10100111 10110 111011

Color Harmonies of #7FADA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FADA3

Black with #7FADA3

Text Example


Text Example

White with #7FADA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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