#8BB2AE

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

Shades of Sea Nymph #8BB2AE

Tints of Sea Nymph #8BB2AE

Color information

#8BB2AE (or 0x8BB2AE) is unknown color: approx Sea Nymph. HEX triplet: 8B, B2 and AE. RGB value is (139,178,174). Sum of RGB (Red+Green+Blue) = 139+178+174=491 (65% of max value = 765). Red value is 139 (54.69% from 255 or 28.31% from 491); Green value is 178 (69.92% from 255 or 36.25% from 491); Blue value is 174 (68.36% from 255 or 35.44% from 491); Max value from RGB is 178 - color contains mainly: green. Hex color #8BB2AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BB2AE is #744D51. Grayscale: #A5A5A5. Windows color (decimal): -7621970 or 11448971. OLE color: 11448971.

HSL color Cylindrical-coordinate representation of color #8BB2AE: hue angle of 173.85º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8BB2AE is Cyan = 0.22, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.30.

Color convert

RGB139178174-
CMYK0.2200.020.30
HSL173.85º20.21%62.16%-
HSV(B)173.85º21.91%69.8%-
XYZ34.2140.3946.04-
YUV165.88132.58108.83-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.31%
GREEN value IS 178 (69.92% from 255) = 36.25%
BLUE value IS 174 (68.36% from 255) = 35.44%
R=28.31%
G=36.25%
B=35.44%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1391781740.2200.020.30173.8520.2162.16
Hex8BB2AE16021Eae143e
Octal2132622562602362562476
Binary10001011101100101010111010110010111101010111010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8BB2AE; }

 p { color: rgb(139,178,174); }

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

<style>
 a { background-color: #8BB2AE; }

 a { background-color: rgb(139,178,174); }

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

<style>
 span { border-color: #8BB2AE; }

 span { border-color: rgb(139,178,174); }

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