#7BAE9F

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

Shades of Sea Nymph #7BAE9F

Tints of Sea Nymph #7BAE9F

Color information

#7BAE9F (or 0x7BAE9F) is unknown color: approx Sea Nymph. HEX triplet: 7B, AE and 9F. RGB value is (123,174,159). Sum of RGB (Red+Green+Blue) = 123+174+159=456 (60% of max value = 765). Red value is 123 (48.44% from 255 or 26.97% from 456); Green value is 174 (68.36% from 255 or 38.16% from 456); Blue value is 159 (62.5% from 255 or 34.87% from 456); Max value from RGB is 174 - color contains mainly: green. Hex color #7BAE9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BAE9F is #845160. Grayscale: #9D9D9D. Windows color (decimal): -8671585 or 10464891. OLE color: 10464891.

HSL color Cylindrical-coordinate representation of color #7BAE9F: hue angle of 162.35º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7BAE9F is Cyan = 0.29, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.32.

Color convert

RGB123174159-
CMYK0.2900.090.32
HSL162.35º23.94%58.24%-
HSV(B)162.35º29.31%68.24%-
XYZ29.5636.9938.38-
YUV157.04129.1103.72-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 26.97%
GREEN value IS 174 (68.36% from 255) = 38.16%
BLUE value IS 159 (62.5% from 255) = 34.87%
R=26.97%
G=38.16%
B=34.87%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1231741590.2900.090.32162.3523.9458.24
Hex7BAE9F1D0920a2183a
Octal17325623735011402423072
Binary1111011101011101001111111101010011000001010001011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BAE9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,174,159); }

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

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

 a { background-color: rgb(123,174,159); }

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

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

 span { border-color: rgb(123,174,159); }

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