#8AB7AF

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

Shades of Sea Nymph #8AB7AF

Tints of Sea Nymph #8AB7AF

Color information

#8AB7AF (or 0x8AB7AF) is unknown color: approx Sea Nymph. HEX triplet: 8A, B7 and AF. RGB value is (138,183,175). Sum of RGB (Red+Green+Blue) = 138+183+175=496 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.82% from 496); Green value is 183 (71.88% from 255 or 36.90% from 496); Blue value is 175 (68.75% from 255 or 35.28% from 496); Max value from RGB is 183 - color contains mainly: green. Hex color #8AB7AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AB7AF is #754850. Grayscale: #A8A8A8. Windows color (decimal): -7686225 or 11515786. OLE color: 11515786.

HSL color Cylindrical-coordinate representation of color #8AB7AF: hue angle of 169.33º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8AB7AF is Cyan = 0.25, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.28.

Color convert

RGB138183175-
CMYK0.2500.040.28
HSL169.33º23.81%62.94%-
HSV(B)169.33º24.59%71.76%-
XYZ35.1542.3746.88-
YUV168.63131.59106.15-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.82%
GREEN value IS 183 (71.88% from 255) = 36.90%
BLUE value IS 175 (68.75% from 255) = 35.28%
R=27.82%
G=36.90%
B=35.28%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1381831750.2500.040.28169.3323.8162.94
Hex8AB7AF19041Ca9183f
Octal2122672573104342513077
Binary100010101011011110101111110010100111001010100111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB7AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,183,175); }

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

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

 a { background-color: rgb(138,183,175); }

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

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

 span { border-color: rgb(138,183,175); }

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