Html Css Color HEX #7FAEA3 Sea Nymph

📋 copy color: '#7FAEA3'

red 127 ◦ green 174 ◦ blue 163

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

Shades of Sea Nymph #7FAEA3

Tints of Sea Nymph #7FAEA3

RGB

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

 GREEN value IS 174 (68.36% from 255) = 37.5%

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

R = 27.37%
G = 37.5%
B = 35.13%

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

#7FAEA3 (or 0x7FAEA3) is known color: Sea Nymph. HEX triplet: 7F, AE and A3. RGB value is (127,174,163). Sum of RGB (Red+Green+Blue) = 127+174+163=464 (61% of max value = 765). Red value is 127 (50% from 255 or 27.37% from 464); Green value is 174 (68.36% from 255 or 37.5% from 464); Blue value is 163 (64.06% from 255 or 35.13% from 464); Max value from RGB is 174 - color contains mainly: green. Hex color #7FAEA3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FAEA3 is #80515C. Grayscale: #9E9E9E. Windows color (decimal): -8409437 or 10727039. OLE color: 10727039.

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

Color convert

RGB 127 174 163 -
CMYK 0.27 0 0.06 0.32
HSL 165.96º 0.22% 0.59% -
HSV(B) 165.96º 0.27% 0.68% -
XYZ 30.5 37.43 40.27 -
YUV 158.69 130.43 105.39 -
System Red Green Blue C M Y K H S L
Decimal 127 174 163 0.27 0 0.06 0.32 165.96 0.22 0.59
Hex 7F AE A3 1B 0 6 20 A6 16 3B
Octal 177 256 243 33 0 6 40 246 26 73
Binary 1111111 10101110 10100011 11011 0 110 100000 10100110 10110 111011

Color Harmonies of #7FAEA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FAEA3

Black with #7FAEA3

Text Example


Text Example

White with #7FAEA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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