Html Css Color HEX #95C3A8 Summer Green

📋 copy color: '#95C3A8'

red 149 ◦ green 195 ◦ blue 168

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

Shades of Summer Green #95C3A8

Tints of Summer Green #95C3A8

RGB

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

 GREEN value IS 195 (76.56% from 255) = 38.09%

 BLUE value IS 168 (66.02% from 255) = 32.81%

R = 29.1%
G = 38.09%
B = 32.81%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.14

 K value IS 0.24

RGB Variations

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

Color information

#95C3A8 (or 0x95C3A8) is known color: Summer Green. HEX triplet: 95, C3 and A8. RGB value is (149,195,168). Sum of RGB (Red+Green+Blue) = 149+195+168=512 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.10% from 512); Green value is 195 (76.56% from 255 or 38.09% from 512); Blue value is 168 (66.02% from 255 or 32.81% from 512); Max value from RGB is 195 - color contains mainly: green. Hex color #95C3A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95C3A8 is #6A3C57. Grayscale: #B2B2B2. Windows color (decimal): -6962264 or 11060117. OLE color: 11060117.

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

Color convert

RGB 149 195 168 -
CMYK 0.24 0 0.14 0.24
HSL 144.78º 0.28% 0.67% -
HSV(B) 144.78º 0.24% 0.76% -
XYZ 38.98 48.25 44.3 -
YUV 178.17 122.26 107.2 -
System Red Green Blue C M Y K H S L
Decimal 149 195 168 0.24 0 0.14 0.24 144.78 0.28 0.67
Hex 95 C3 A8 18 0 E 18 91 1C 43
Octal 225 303 250 30 0 16 30 221 34 103
Binary 10010101 11000011 10101000 11000 0 1110 11000 10010001 11100 1000011

Color Harmonies of #95C3A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C3A8

Black with #95C3A8

Text Example


Text Example

White with #95C3A8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,195,168); }

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

background-color css

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

 a { background-color: rgb(149,195,168); }

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

border-color css

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

 span { border-color: rgb(149,195,168); }

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