Html Css Color HEX #7FACA0 Sea Nymph

📋 copy color: '#7FACA0'

red 127 ◦ green 172 ◦ blue 160

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

Shades of Sea Nymph #7FACA0

Tints of Sea Nymph #7FACA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 34.86%

R = 27.67%
G = 37.47%
B = 34.86%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#7FACA0 (or 0x7FACA0) is known color: Sea Nymph. HEX triplet: 7F, AC and A0. RGB value is (127,172,160). Sum of RGB (Red+Green+Blue) = 127+172+160=459 (60% of max value = 765). Red value is 127 (50% from 255 or 27.67% from 459); Green value is 172 (67.58% from 255 or 37.47% from 459); Blue value is 160 (62.89% from 255 or 34.86% from 459); Max value from RGB is 172 - color contains mainly: green. Hex color #7FACA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FACA0 is #80535F. Grayscale: #9D9D9D. Windows color (decimal): -8409952 or 10529919. OLE color: 10529919.

HSL color Cylindrical-coordinate representation of color #7FACA0: hue angle of 164º 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 #7FACA0 is Cyan = 0.26, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.33.

Color convert

RGB 127 172 160 -
CMYK 0.26 0 0.07 0.33
HSL 164º 0.21% 0.59% -
HSV(B) 164º 0.26% 0.67% -
XYZ 29.85 36.56 38.74 -
YUV 157.18 129.59 106.48 -
System Red Green Blue C M Y K H S L
Decimal 127 172 160 0.26 0 0.07 0.33 164 0.21 0.59
Hex 7F AC A0 1A 0 7 21 A4 15 3B
Octal 177 254 240 32 0 7 41 244 25 73
Binary 1111111 10101100 10100000 11010 0 111 100001 10100100 10101 111011

Color Harmonies of #7FACA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FACA0

Black with #7FACA0

Text Example


Text Example

White with #7FACA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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