Html Css Color HEX #95B2AB Conch

📋 copy color: '#95B2AB'

red 149 ◦ green 178 ◦ blue 171

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

Shades of Conch #95B2AB

Tints of Conch #95B2AB

RGB

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

 GREEN value IS 178 (69.92% from 255) = 35.74%

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

R = 29.92%
G = 35.74%
B = 34.34%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#95B2AB (or 0x95B2AB) is known color: Conch. HEX triplet: 95, B2 and AB. RGB value is (149,178,171). Sum of RGB (Red+Green+Blue) = 149+178+171=498 (65% of max value = 765). Red value is 149 (58.59% from 255 or 29.92% from 498); Green value is 178 (69.92% from 255 or 35.74% from 498); Blue value is 171 (67.19% from 255 or 34.34% from 498); Max value from RGB is 178 - color contains mainly: green. Hex color #95B2AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95B2AB is #6A4D54. Grayscale: #A8A8A8. Windows color (decimal): -6966613 or 11252373. OLE color: 11252373.

HSL color Cylindrical-coordinate representation of color #95B2AB: hue angle of 165.52º degrees, saturation: 0.16, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #95B2AB is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB 149 178 171 -
CMYK 0.16 0 0.04 0.30
HSL 165.52º 0.16% 0.64% -
HSV(B) 165.52º 0.16% 0.7% -
XYZ 35.67 41.17 44.6 -
YUV 168.53 129.39 114.07 -
System Red Green Blue C M Y K H S L
Decimal 149 178 171 0.16 0 0.04 0.30 165.52 0.16 0.64
Hex 95 B2 AB 10 0 4 1E A6 10 40
Octal 225 262 253 20 0 4 36 246 20 100
Binary 10010101 10110010 10101011 10000 0 100 11110 10100110 10000 1000000

Color Harmonies of #95B2AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95B2AB

Black with #95B2AB

Text Example


Text Example

White with #95B2AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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