#7CAC9F

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

Shades of Sea Nymph #7CAC9F

Tints of Sea Nymph #7CAC9F

Color information

#7CAC9F (or 0x7CAC9F) is unknown color: approx Sea Nymph. HEX triplet: 7C, AC and 9F. RGB value is (124,172,159). Sum of RGB (Red+Green+Blue) = 124+172+159=455 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.25% from 455); Green value is 172 (67.58% from 255 or 37.80% from 455); Blue value is 159 (62.5% from 255 or 34.95% from 455); Max value from RGB is 172 - color contains mainly: green. Hex color #7CAC9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CAC9F is #835360. Grayscale: #9C9C9C. Windows color (decimal): -8606561 or 10464380. OLE color: 10464380.

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

Color convert

RGB124172159-
CMYK0.2800.080.33
HSL163.75º22.43%58.04%-
HSV(B)163.75º27.91%67.45%-
XYZ29.3236.2938.26-
YUV156.17129.6105.06-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 27.25%
GREEN value IS 172 (67.58% from 255) = 37.80%
BLUE value IS 159 (62.5% from 255) = 34.95%
R=27.25%
G=37.80%
B=34.95%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1241721590.2800.080.33163.7522.4358.04
Hex7CAC9F1C0821a4163a
Octal17425423734010412442672
Binary1111100101011001001111111100010001000011010010010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CAC9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,172,159); }

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

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

 a { background-color: rgb(124,172,159); }

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

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

 span { border-color: rgb(124,172,159); }

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