Html Css Color HEX #95B2AD Conch

📋 copy color: '#95B2AD'

red 149 ◦ green 178 ◦ blue 173

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

Shades of Conch #95B2AD

Tints of Conch #95B2AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 34.6%

R = 29.8%
G = 35.6%
B = 34.6%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.03

 K value IS 0.30

RGB Variations

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

Color information

#95B2AD (or 0x95B2AD) is known color: Conch. HEX triplet: 95, B2 and AD. RGB value is (149,178,173). Sum of RGB (Red+Green+Blue) = 149+178+173=500 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.8% from 500); Green value is 178 (69.92% from 255 or 35.6% from 500); Blue value is 173 (67.97% from 255 or 34.6% from 500); Max value from RGB is 178 - color contains mainly: green. Hex color #95B2AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95B2AD is #6A4D52. Grayscale: #A8A8A8. Windows color (decimal): -6966611 or 11383445. OLE color: 11383445.

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

Color convert

RGB 149 178 173 -
CMYK 0.16 0 0.03 0.30
HSL 169.66º 0.16% 0.64% -
HSV(B) 169.66º 0.16% 0.7% -
XYZ 35.86 41.25 45.61 -
YUV 168.76 130.39 113.91 -
System Red Green Blue C M Y K H S L
Decimal 149 178 173 0.16 0 0.03 0.30 169.66 0.16 0.64
Hex 95 B2 AD 10 0 3 1E AA 10 40
Octal 225 262 255 20 0 3 36 252 20 100
Binary 10010101 10110010 10101101 10000 0 11 11110 10101010 10000 1000000

Color Harmonies of #95B2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95B2AD

Black with #95B2AD

Text Example


Text Example

White with #95B2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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