#7FBCA7

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

Shades of Sea Nymph #7FBCA7

Tints of Sea Nymph #7FBCA7

Color information

#7FBCA7 (or 0x7FBCA7) is unknown color: approx Sea Nymph. HEX triplet: 7F, BC and A7. RGB value is (127,188,167). Sum of RGB (Red+Green+Blue) = 127+188+167=482 (63% of max value = 765). Red value is 127 (50% from 255 or 26.35% from 482); Green value is 188 (73.83% from 255 or 39.00% from 482); Blue value is 167 (65.62% from 255 or 34.65% from 482); Max value from RGB is 188 - color contains mainly: green. Hex color #7FBCA7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FBCA7 is #804358. Grayscale: #A7A7A7. Windows color (decimal): -8405849 or 10992767. OLE color: 10992767.

HSL color Cylindrical-coordinate representation of color #7FBCA7: hue angle of 159.34º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7FBCA7 is Cyan = 0.32, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.

Color convert

RGB127188167-
CMYK0.3200.110.26
HSL159.34º31.28%61.76%-
HSV(B)159.34º32.45%73.73%-
XYZ33.7143.2743.13-
YUV167.37127.7999.21-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.35%
GREEN value IS 188 (73.83% from 255) = 39.00%
BLUE value IS 167 (65.62% from 255) = 34.65%
R=26.35%
G=39.00%
B=34.65%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1271881670.3200.110.26159.3431.2861.76
Hex7FBCA7200B1A9f1f3e
Octal17727424740013322373776
Binary1111111101111001010011110000001011110101001111111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FBCA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,188,167); }

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

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

 a { background-color: rgb(127,188,167); }

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

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

 span { border-color: rgb(127,188,167); }

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