Html Css Color HEX #95AEA9 Conch

📋 copy color: '#95AEA9'

red 149 ◦ green 174 ◦ blue 169

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

Shades of Conch #95AEA9

Tints of Conch #95AEA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 34.35%

R = 30.28%
G = 35.37%
B = 34.35%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.03

 K value IS 0.32

RGB Variations

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

Color information

#95AEA9 (or 0x95AEA9) is known color: Conch. HEX triplet: 95, AE and A9. RGB value is (149,174,169). Sum of RGB (Red+Green+Blue) = 149+174+169=492 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.28% from 492); Green value is 174 (68.36% from 255 or 35.37% from 492); Blue value is 169 (66.41% from 255 or 34.35% from 492); Max value from RGB is 174 - color contains mainly: green. Hex color #95AEA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95AEA9 is #6A5156. Grayscale: #A5A5A5. Windows color (decimal): -6967639 or 11120277. OLE color: 11120277.

HSL color Cylindrical-coordinate representation of color #95AEA9: hue angle of 168º 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 #95AEA9 is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.32.

Color convert

RGB 149 174 169 -
CMYK 0.14 0 0.03 0.32
HSL 168º 0.13% 0.63% -
HSV(B) 168º 0.14% 0.68% -
XYZ 34.69 39.53 43.34 -
YUV 165.96 129.72 115.91 -
System Red Green Blue C M Y K H S L
Decimal 149 174 169 0.14 0 0.03 0.32 168 0.13 0.63
Hex 95 AE A9 E 0 3 20 A8 D 3F
Octal 225 256 251 16 0 3 40 250 15 77
Binary 10010101 10101110 10101001 1110 0 11 100000 10101000 1101 111111

Color Harmonies of #95AEA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95AEA9

Black with #95AEA9

Text Example


Text Example

White with #95AEA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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