#7CAA9E

Color #7CAA9E Sea Nymph (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sea Nymph #7CAA9E

Tints of Sea Nymph #7CAA9E

Color information

#7CAA9E (or 0x7CAA9E) is unknown color: approx Sea Nymph. HEX triplet: 7C, AA and 9E. RGB value is (124,170,158). Sum of RGB (Red+Green+Blue) = 124+170+158=452 (59% of max value = 765). Red value is 124 (48.83% from 255 or 27.43% from 452); Green value is 170 (66.80% from 255 or 37.61% from 452); Blue value is 158 (62.11% from 255 or 34.96% from 452); Max value from RGB is 170 - color contains mainly: green. Hex color #7CAA9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CAA9E is #835561. Grayscale: #9A9A9A. Windows color (decimal): -8607074 or 10398332. OLE color: 10398332.

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

Color convert

RGB124170158-
CMYK0.2700.070.33
HSL164.35º21.3%57.65%-
HSV(B)164.35º27.06%66.67%-
XYZ28.8635.537.68-
YUV154.88129.76105.98-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 27.43%
GREEN value IS 170 (66.80% from 255) = 37.61%
BLUE value IS 158 (62.11% from 255) = 34.96%
R=27.43%
G=37.61%
B=34.96%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1241701580.2700.070.33164.3521.357.65
Hex7CAA9E1B0721a4153a
Octal1742522363307412442572
Binary111110010101010100111101101101111000011010010010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CAA9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,170,158); }

 H1.HeaderClassName
 {
   color: #7CAA9E;
 }
 .AnyTagClassName
 {
   color: #7CAA9E;
 }
</style>
background-color css

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

 a { background-color: rgb(124,170,158); }

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

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

 span { border-color: rgb(124,170,158); }

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