#8BB4AE

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

Shades of Sea Nymph #8BB4AE

Tints of Sea Nymph #8BB4AE

Color information

#8BB4AE (or 0x8BB4AE) is unknown color: approx Sea Nymph. HEX triplet: 8B, B4 and AE. RGB value is (139,180,174). Sum of RGB (Red+Green+Blue) = 139+180+174=493 (65% of max value = 765). Red value is 139 (54.69% from 255 or 28.19% from 493); Green value is 180 (70.70% from 255 or 36.51% from 493); Blue value is 174 (68.36% from 255 or 35.29% from 493); Max value from RGB is 180 - color contains mainly: green. Hex color #8BB4AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BB4AE is #744B51. Grayscale: #A7A7A7. Windows color (decimal): -7621458 or 11449483. OLE color: 11449483.

HSL color Cylindrical-coordinate representation of color #8BB4AE: hue angle of 171.22º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8BB4AE is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB139180174-
CMYK0.2300.030.29
HSL171.22º21.47%62.55%-
HSV(B)171.22º22.78%70.59%-
XYZ34.6141.1946.17-
YUV167.06131.92107.99-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.19%
GREEN value IS 180 (70.70% from 255) = 36.51%
BLUE value IS 174 (68.36% from 255) = 35.29%
R=28.19%
G=36.51%
B=35.29%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1391801740.2300.030.29171.2221.4762.55
Hex8BB4AE17031Dab153f
Octal2132642562703352532577
Binary10001011101101001010111010111011111011010101110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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