#7CB0A0

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

Shades of Sea Nymph #7CB0A0

Tints of Sea Nymph #7CB0A0

Color information

#7CB0A0 (or 0x7CB0A0) is unknown color: approx Sea Nymph. HEX triplet: 7C, B0 and A0. RGB value is (124,176,160). Sum of RGB (Red+Green+Blue) = 124+176+160=460 (60% of max value = 765). Red value is 124 (48.83% from 255 or 26.96% from 460); Green value is 176 (69.14% from 255 or 38.26% from 460); Blue value is 160 (62.89% from 255 or 34.78% from 460); Max value from RGB is 176 - color contains mainly: green. Hex color #7CB0A0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CB0A0 is #834F5F. Grayscale: #9E9E9E. Windows color (decimal): -8605536 or 10530940. OLE color: 10530940.

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

Color convert

RGB124176160-
CMYK0.3000.090.31
HSL161.54º24.76%58.82%-
HSV(B)161.54º29.55%69.02%-
XYZ30.1837.8738.98-
YUV158.63128.77103.3-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 26.96%
GREEN value IS 176 (69.14% from 255) = 38.26%
BLUE value IS 160 (62.89% from 255) = 34.78%
R=26.96%
G=38.26%
B=34.78%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1241761600.3000.090.31161.5424.7658.82
Hex7CB0A01E091Fa2193b
Octal17426024036011372423173
Binary111110010110000101000001111001001111111010001011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CB0A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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