Html Css Color HEX #95C1AD Skeptic

📋 copy color: '#95C1AD'

red 149 ◦ green 193 ◦ blue 173

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

Shades of Skeptic #95C1AD

Tints of Skeptic #95C1AD

RGB

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

 GREEN value IS 193 (75.78% from 255) = 37.48%

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

R = 28.93%
G = 37.48%
B = 33.59%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#95C1AD (or 0x95C1AD) is known color: Skeptic. HEX triplet: 95, C1 and AD. RGB value is (149,193,173). Sum of RGB (Red+Green+Blue) = 149+193+173=515 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.93% from 515); Green value is 193 (75.78% from 255 or 37.48% from 515); Blue value is 173 (67.97% from 255 or 33.59% from 515); Max value from RGB is 193 - color contains mainly: green. Hex color #95C1AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95C1AD is #6A3E52. Grayscale: #B1B1B1. Windows color (decimal): -6962771 or 11387285. OLE color: 11387285.

HSL color Cylindrical-coordinate representation of color #95C1AD: hue angle of 152.73º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #95C1AD is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB 149 193 173 -
CMYK 0.23 0 0.10 0.24
HSL 152.73º 0.26% 0.67% -
HSV(B) 152.73º 0.23% 0.76% -
XYZ 39.01 47.55 46.66 -
YUV 177.56 125.42 107.63 -
System Red Green Blue C M Y K H S L
Decimal 149 193 173 0.23 0 0.10 0.24 152.73 0.26 0.67
Hex 95 C1 AD 17 0 A 18 99 1A 43
Octal 225 301 255 27 0 12 30 231 32 103
Binary 10010101 11000001 10101101 10111 0 1010 11000 10011001 11010 1000011

Color Harmonies of #95C1AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C1AD

Black with #95C1AD

Text Example


Text Example

White with #95C1AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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