#9EAFAE

Color #9EAFAE Conch (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conch #9EAFAE

Tints of Conch #9EAFAE

Color information

#9EAFAE (or 0x9EAFAE) is unknown color: approx Conch. HEX triplet: 9E, AF and AE. RGB value is (158,175,174). Sum of RGB (Red+Green+Blue) = 158+175+174=507 (67% of max value = 765). Red value is 158 (62.11% from 255 or 31.16% from 507); Green value is 175 (68.75% from 255 or 34.52% from 507); Blue value is 174 (68.36% from 255 or 34.32% from 507); Max value from RGB is 175 - color contains mainly: green. Hex color #9EAFAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EAFAE is #615051. Grayscale: #A9A9A9. Windows color (decimal): -6377554 or 11448222. OLE color: 11448222.

HSL color Cylindrical-coordinate representation of color #9EAFAE: hue angle of 176.47º degrees, saturation: 0.1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9EAFAE is Cyan = 0.10, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB158175174-
CMYK0.1000.010.31
HSL176.47º9.6%65.29%-
HSV(B)176.47º9.71%68.63%-
XYZ37.0740.9946-
YUV169.8130.37119.58-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.16%
GREEN value IS 175 (68.75% from 255) = 34.52%
BLUE value IS 174 (68.36% from 255) = 34.32%
R=31.16%
G=34.52%
B=34.32%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1581751740.1000.010.31176.479.665.29
Hex9EAFAEA011Fb0a41
Octal23625725612013726012101
Binary100111101010111110101110101001111111011000010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EAFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9EAFAE; }

 p { color: rgb(158,175,174); }

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

<style>
 a { background-color: #9EAFAE; }

 a { background-color: rgb(158,175,174); }

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

<style>
 span { border-color: #9EAFAE; }

 span { border-color: rgb(158,175,174); }

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