#95AFAA

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

Shades of Conch #95AFAA

Tints of Conch #95AFAA

Color information

#95AFAA (or 0x95AFAA) is unknown color: approx Conch. HEX triplet: 95, AF and AA. RGB value is (149,175,170). Sum of RGB (Red+Green+Blue) = 149+175+170=494 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.16% from 494); Green value is 175 (68.75% from 255 or 35.43% from 494); Blue value is 170 (66.80% from 255 or 34.41% from 494); Max value from RGB is 175 - color contains mainly: green. Hex color #95AFAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95AFAA is #6A5055. Grayscale: #A6A6A6. Windows color (decimal): -6967382 or 11186069. OLE color: 11186069.

HSL color Cylindrical-coordinate representation of color #95AFAA: hue angle of 168.46º degrees, saturation: 0.14, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #95AFAA is Cyan = 0.15, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB149175170-
CMYK0.1500.030.31
HSL168.46º13.98%63.53%-
HSV(B)168.46º14.86%68.63%-
XYZ34.9839.9543.9-
YUV166.66129.89115.41-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.16%
GREEN value IS 175 (68.75% from 255) = 35.43%
BLUE value IS 170 (66.80% from 255) = 34.41%
R=30.16%
G=35.43%
B=34.41%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1491751700.1500.030.31168.4613.9863.53
Hex95AFAAF031Fa8e40
Octal22525725217033725016100
Binary1001010110101111101010101111011111111010100011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95AFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95AFAA; }

 p { color: rgb(149,175,170); }

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

<style>
 a { background-color: #95AFAA; }

 a { background-color: rgb(149,175,170); }

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

<style>
 span { border-color: #95AFAA; }

 span { border-color: rgb(149,175,170); }

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