#7CB2A1

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

Shades of Sea Nymph #7CB2A1

Tints of Sea Nymph #7CB2A1

Color information

#7CB2A1 (or 0x7CB2A1) is unknown color: approx Sea Nymph. HEX triplet: 7C, B2 and A1. RGB value is (124,178,161). Sum of RGB (Red+Green+Blue) = 124+178+161=463 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.78% from 463); Green value is 178 (69.92% from 255 or 38.44% from 463); Blue value is 161 (63.28% from 255 or 34.77% from 463); Max value from RGB is 178 - color contains mainly: green. Hex color #7CB2A1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CB2A1 is #834D5E. Grayscale: #9F9F9F. Windows color (decimal): -8605023 or 10596988. OLE color: 10596988.

HSL color Cylindrical-coordinate representation of color #7CB2A1: hue angle of 161.11º degrees, saturation: 0.26, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7CB2A1 is Cyan = 0.30, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.30.

Color convert

RGB124178161-
CMYK0.3000.100.30
HSL161.11º25.96%59.22%-
HSV(B)161.11º30.34%69.8%-
XYZ30.6738.739.57-
YUV159.92128.61102.38-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 26.78%
GREEN value IS 178 (69.92% from 255) = 38.44%
BLUE value IS 161 (63.28% from 255) = 34.77%
R=26.78%
G=38.44%
B=34.77%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1241781610.3000.100.30161.1125.9659.22
Hex7CB2A11E0A1Ea11a3b
Octal17426224136012362413273
Binary111110010110010101000011111001010111101010000111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CB2A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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