#7BAD9F

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

Shades of Sea Nymph #7BAD9F

Tints of Sea Nymph #7BAD9F

Color information

#7BAD9F (or 0x7BAD9F) is unknown color: approx Sea Nymph. HEX triplet: 7B, AD and 9F. RGB value is (123,173,159). Sum of RGB (Red+Green+Blue) = 123+173+159=455 (60% of max value = 765). Red value is 123 (48.44% from 255 or 27.03% from 455); Green value is 173 (67.97% from 255 or 38.02% from 455); Blue value is 159 (62.5% from 255 or 34.95% from 455); Max value from RGB is 173 - color contains mainly: green. Hex color #7BAD9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BAD9F is #845260. Grayscale: #9C9C9C. Windows color (decimal): -8671841 or 10464635. OLE color: 10464635.

HSL color Cylindrical-coordinate representation of color #7BAD9F: hue angle of 163.2º degrees, saturation: 0.23, 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 #7BAD9F is Cyan = 0.29, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.32.

Color convert

RGB123173159-
CMYK0.2900.080.32
HSL163.2º23.36%58.04%-
HSV(B)163.2º28.9%67.84%-
XYZ29.3736.638.32-
YUV156.45129.44104.14-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 27.03%
GREEN value IS 173 (67.97% from 255) = 38.02%
BLUE value IS 159 (62.5% from 255) = 34.95%
R=27.03%
G=38.02%
B=34.95%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1231731590.2900.080.32163.223.3658.04
Hex7BAD9F1D0820a3173a
Octal17325523735010402432772
Binary1111011101011011001111111101010001000001010001110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BAD9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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