#7BAF9F

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

Shades of Sea Nymph #7BAF9F

Tints of Sea Nymph #7BAF9F

Color information

#7BAF9F (or 0x7BAF9F) is unknown color: approx Sea Nymph. HEX triplet: 7B, AF and 9F. RGB value is (123,175,159). Sum of RGB (Red+Green+Blue) = 123+175+159=457 (60% of max value = 765). Red value is 123 (48.44% from 255 or 26.91% from 457); Green value is 175 (68.75% from 255 or 38.29% from 457); Blue value is 159 (62.5% from 255 or 34.79% from 457); Max value from RGB is 175 - color contains mainly: green. Hex color #7BAF9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BAF9F is #845060. Grayscale: #9D9D9D. Windows color (decimal): -8671329 or 10465147. OLE color: 10465147.

HSL color Cylindrical-coordinate representation of color #7BAF9F: hue angle of 161.54º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7BAF9F is Cyan = 0.30, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.31.

Color convert

RGB123175159-
CMYK0.3000.090.31
HSL161.54º24.53%58.43%-
HSV(B)161.54º29.71%68.63%-
XYZ29.7637.3738.45-
YUV157.63128.77103.3-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 26.91%
GREEN value IS 175 (68.75% from 255) = 38.29%
BLUE value IS 159 (62.5% from 255) = 34.79%
R=26.91%
G=38.29%
B=34.79%

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
Decimal1231751590.3000.090.31161.5424.5358.43
Hex7BAF9F1E091Fa2193a
Octal17325723736011372423172
Binary111101110101111100111111111001001111111010001011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BAF9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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