#7CB0A1

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

Shades of Sea Nymph #7CB0A1

Tints of Sea Nymph #7CB0A1

Color information

#7CB0A1 (or 0x7CB0A1) is unknown color: approx Sea Nymph. HEX triplet: 7C, B0 and A1. RGB value is (124,176,161). Sum of RGB (Red+Green+Blue) = 124+176+161=461 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.90% from 461); Green value is 176 (69.14% from 255 or 38.18% from 461); Blue value is 161 (63.28% from 255 or 34.92% from 461); Max value from RGB is 176 - color contains mainly: green. Hex color #7CB0A1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CB0A1 is #834F5E. Grayscale: #9E9E9E. Windows color (decimal): -8605535 or 10596476. OLE color: 10596476.

HSL color Cylindrical-coordinate representation of color #7CB0A1: hue angle of 162.69º 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 #7CB0A1 is Cyan = 0.30, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.31.

Color convert

RGB124176161-
CMYK0.3000.090.31
HSL162.69º24.76%58.82%-
HSV(B)162.69º29.55%69.02%-
XYZ30.2737.9139.44-
YUV158.74129.27103.22-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 26.90%
GREEN value IS 176 (69.14% from 255) = 38.18%
BLUE value IS 161 (63.28% from 255) = 34.92%
R=26.90%
G=38.18%
B=34.92%

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
Decimal1241761610.3000.090.31162.6924.7658.82
Hex7CB0A11E091Fa3193b
Octal17426024136011372433173
Binary111110010110000101000011111001001111111010001111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CB0A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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