Html Css Color HEX #7FACA2 Sea Nymph

📋 copy color: '#7FACA2'

red 127 ◦ green 172 ◦ blue 162

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

Shades of Sea Nymph #7FACA2

Tints of Sea Nymph #7FACA2

RGB

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

 GREEN value IS 172 (67.58% from 255) = 37.31%

 BLUE value IS 162 (63.67% from 255) = 35.14%

R = 27.55%
G = 37.31%
B = 35.14%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#7FACA2 (or 0x7FACA2) is known color: Sea Nymph. HEX triplet: 7F, AC and A2. RGB value is (127,172,162). Sum of RGB (Red+Green+Blue) = 127+172+162=461 (61% of max value = 765). Red value is 127 (50% from 255 or 27.55% from 461); Green value is 172 (67.58% from 255 or 37.31% from 461); Blue value is 162 (63.67% from 255 or 35.14% from 461); Max value from RGB is 172 - color contains mainly: green. Hex color #7FACA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FACA2 is #80535D. Grayscale: #9D9D9D. Windows color (decimal): -8409950 or 10660991. OLE color: 10660991.

HSL color Cylindrical-coordinate representation of color #7FACA2: hue angle of 166.67º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7FACA2 is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB 127 172 162 -
CMYK 0.26 0 0.06 0.33
HSL 166.67º 0.21% 0.59% -
HSV(B) 166.67º 0.26% 0.67% -
XYZ 30.03 36.63 39.67 -
YUV 157.41 130.59 106.31 -
System Red Green Blue C M Y K H S L
Decimal 127 172 162 0.26 0 0.06 0.33 166.67 0.21 0.59
Hex 7F AC A2 1A 0 6 21 A7 15 3B
Octal 177 254 242 32 0 6 41 247 25 73
Binary 1111111 10101100 10100010 11010 0 110 100001 10100111 10101 111011

Color Harmonies of #7FACA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FACA2

Black with #7FACA2

Text Example


Text Example

White with #7FACA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,172,162); }

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

background-color css

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

 a { background-color: rgb(127,172,162); }

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

border-color css

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

 span { border-color: rgb(127,172,162); }

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