Html Css Color HEX #95AEAB Conch

📋 copy color: '#95AEAB'

red 149 ◦ green 174 ◦ blue 171

#95AEAB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Conch #95AEAB

Tints of Conch #95AEAB

RGB

 RED value IS 149 (58.59% from 255) = 30.16%

 GREEN value IS 174 (68.36% from 255) = 35.22%

 BLUE value IS 171 (67.19% from 255) = 34.62%

R = 30.16%
G = 35.22%
B = 34.62%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#95AEAB (or 0x95AEAB) is known color: Conch. HEX triplet: 95, AE and AB. RGB value is (149,174,171). Sum of RGB (Red+Green+Blue) = 149+174+171=494 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.16% from 494); Green value is 174 (68.36% from 255 or 35.22% from 494); Blue value is 171 (67.19% from 255 or 34.62% from 494); Max value from RGB is 174 - color contains mainly: green. Hex color #95AEAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95AEAB is #6A5154. Grayscale: #A6A6A6. Windows color (decimal): -6967637 or 11251349. OLE color: 11251349.

HSL color Cylindrical-coordinate representation of color #95AEAB: hue angle of 172.8º degrees, saturation: 0.13, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #95AEAB is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB 149 174 171 -
CMYK 0.14 0 0.02 0.32
HSL 172.8º 0.13% 0.63% -
HSV(B) 172.8º 0.14% 0.68% -
XYZ 34.88 39.6 44.33 -
YUV 166.18 130.72 115.74 -
System Red Green Blue C M Y K H S L
Decimal 149 174 171 0.14 0 0.02 0.32 172.8 0.13 0.63
Hex 95 AE AB E 0 2 20 AD D 3F
Octal 225 256 253 16 0 2 40 255 15 77
Binary 10010101 10101110 10101011 1110 0 10 100000 10101101 1101 111111

Color Harmonies of #95AEAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95AEAB

Black with #95AEAB

Text Example


Text Example

White with #95AEAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #95AEAB;
 }
 .AnyTagClassName
 {
   color: #95AEAB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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