#95AFAB

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

Shades of Conch #95AFAB

Tints of Conch #95AFAB

Color information

#95AFAB (or 0x95AFAB) is unknown color: approx Conch. HEX triplet: 95, AF and AB. RGB value is (149,175,171). Sum of RGB (Red+Green+Blue) = 149+175+171=495 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.10% from 495); Green value is 175 (68.75% from 255 or 35.35% from 495); Blue value is 171 (67.19% from 255 or 34.55% from 495); Max value from RGB is 175 - color contains mainly: green. Hex color #95AFAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95AFAB is #6A5054. Grayscale: #A6A6A6. Windows color (decimal): -6967381 or 11251605. OLE color: 11251605.

HSL color Cylindrical-coordinate representation of color #95AFAB: hue angle of 170.77º 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 #95AFAB is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB149175171-
CMYK0.1500.020.31
HSL170.77º13.98%63.53%-
HSV(B)170.77º14.86%68.63%-
XYZ35.0839.9944.4-
YUV166.77130.39115.33-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.10%
GREEN value IS 175 (68.75% from 255) = 35.35%
BLUE value IS 171 (67.19% from 255) = 34.55%
R=30.10%
G=35.35%
B=34.55%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1491751710.1500.020.31170.7713.9863.53
Hex95AFABF021Fabe40
Octal22525725317023725316100
Binary1001010110101111101010111111010111111010101111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95AFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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