#7BB0A0

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

Shades of Sea Nymph #7BB0A0

Tints of Sea Nymph #7BB0A0

Color information

#7BB0A0 (or 0x7BB0A0) is unknown color: approx Sea Nymph. HEX triplet: 7B, B0 and A0. RGB value is (123,176,160). Sum of RGB (Red+Green+Blue) = 123+176+160=459 (60% of max value = 765). Red value is 123 (48.44% from 255 or 26.80% from 459); Green value is 176 (69.14% from 255 or 38.34% from 459); Blue value is 160 (62.89% from 255 or 34.86% from 459); Max value from RGB is 176 - color contains mainly: green. Hex color #7BB0A0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BB0A0 is #844F5F. Grayscale: #9E9E9E. Windows color (decimal): -8671072 or 10530939. OLE color: 10530939.

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

Color convert

RGB123176160-
CMYK0.3000.090.31
HSL161.89º25.12%58.63%-
HSV(B)161.89º30.11%69.02%-
XYZ30.0437.838.97-
YUV158.33128.94102.8-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 26.80%
GREEN value IS 176 (69.14% from 255) = 38.34%
BLUE value IS 160 (62.89% from 255) = 34.86%
R=26.80%
G=38.34%
B=34.86%

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
Decimal1231761600.3000.090.31161.8925.1258.63
Hex7BB0A01E091Fa2193b
Octal17326024036011372423173
Binary111101110110000101000001111001001111111010001011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BB0A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,176,160); }

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

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

 a { background-color: rgb(123,176,160); }

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

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

 span { border-color: rgb(123,176,160); }

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