#7CAB9F

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

Shades of Sea Nymph #7CAB9F

Tints of Sea Nymph #7CAB9F

Color information

#7CAB9F (or 0x7CAB9F) is unknown color: approx Sea Nymph. HEX triplet: 7C, AB and 9F. RGB value is (124,171,159). Sum of RGB (Red+Green+Blue) = 124+171+159=454 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.31% from 454); Green value is 171 (67.19% from 255 or 37.67% from 454); Blue value is 159 (62.5% from 255 or 35.02% from 454); Max value from RGB is 171 - color contains mainly: green. Hex color #7CAB9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CAB9F is #835460. Grayscale: #9B9B9B. Windows color (decimal): -8606817 or 10464124. OLE color: 10464124.

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

Color convert

RGB124171159-
CMYK0.2700.070.33
HSL164.68º21.86%57.84%-
HSV(B)164.68º27.49%67.06%-
XYZ29.1335.9138.2-
YUV155.58129.93105.48-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 27.31%
GREEN value IS 171 (67.19% from 255) = 37.67%
BLUE value IS 159 (62.5% from 255) = 35.02%
R=27.31%
G=37.67%
B=35.02%

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
Decimal1241711590.2700.070.33164.6821.8657.84
Hex7CAB9F1B0721a5163a
Octal1742532373307412452672
Binary111110010101011100111111101101111000011010010110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CAB9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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