#7CB7A2

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

Shades of Sea Nymph #7CB7A2

Tints of Sea Nymph #7CB7A2

Color information

#7CB7A2 (or 0x7CB7A2) is unknown color: approx Sea Nymph. HEX triplet: 7C, B7 and A2. RGB value is (124,183,162). Sum of RGB (Red+Green+Blue) = 124+183+162=469 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.44% from 469); Green value is 183 (71.88% from 255 or 39.02% from 469); Blue value is 162 (63.67% from 255 or 34.54% from 469); Max value from RGB is 183 - color contains mainly: green. Hex color #7CB7A2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CB7A2 is #83485D. Grayscale: #A2A2A2. Windows color (decimal): -8603742 or 10663804. OLE color: 10663804.

HSL color Cylindrical-coordinate representation of color #7CB7A2: hue angle of 158.64º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7CB7A2 is Cyan = 0.32, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.28.

Color convert

RGB124183162-
CMYK0.3200.110.28
HSL158.64º29.06%60.2%-
HSV(B)158.64º32.24%71.76%-
XYZ31.7740.7640.38-
YUV162.96127.45100.21-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 26.44%
GREEN value IS 183 (71.88% from 255) = 39.02%
BLUE value IS 162 (63.67% from 255) = 34.54%
R=26.44%
G=39.02%
B=34.54%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1241831620.3200.110.28158.6429.0660.2
Hex7CB7A2200B1C9f1d3c
Octal17426724240013342373574
Binary1111100101101111010001010000001011111001001111111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CB7A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,183,162); }

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

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

 a { background-color: rgb(124,183,162); }

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

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

 span { border-color: rgb(124,183,162); }

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