#7CAFA0

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

Shades of Sea Nymph #7CAFA0

Tints of Sea Nymph #7CAFA0

Color information

#7CAFA0 (or 0x7CAFA0) is unknown color: approx Sea Nymph. HEX triplet: 7C, AF and A0. RGB value is (124,175,160). Sum of RGB (Red+Green+Blue) = 124+175+160=459 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.02% from 459); Green value is 175 (68.75% from 255 or 38.13% from 459); Blue value is 160 (62.89% from 255 or 34.86% from 459); Max value from RGB is 175 - color contains mainly: green. Hex color #7CAFA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CAFA0 is #83505F. Grayscale: #9E9E9E. Windows color (decimal): -8605792 or 10530684. OLE color: 10530684.

HSL color Cylindrical-coordinate representation of color #7CAFA0: hue angle of 162.35º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7CAFA0 is Cyan = 0.29, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.31.

Color convert

RGB124175160-
CMYK0.2900.090.31
HSL162.35º24.17%58.63%-
HSV(B)162.35º29.14%68.63%-
XYZ29.9937.4838.91-
YUV158.04129.1103.72-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 27.02%
GREEN value IS 175 (68.75% from 255) = 38.13%
BLUE value IS 160 (62.89% from 255) = 34.86%
R=27.02%
G=38.13%
B=34.86%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1241751600.2900.090.31162.3524.1758.63
Hex7CAFA01D091Fa2183b
Octal17425724035011372423073
Binary111110010101111101000001110101001111111010001011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CAFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,175,160); }

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

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

 a { background-color: rgb(124,175,160); }

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

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

 span { border-color: rgb(124,175,160); }

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