Html Css Color HEX #95C3A3 Summer Green

📋 copy color: '#95C3A3'

red 149 ◦ green 195 ◦ blue 163

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

Shades of Summer Green #95C3A3

Tints of Summer Green #95C3A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 32.15%

R = 29.39%
G = 38.46%
B = 32.15%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.16

 K value IS 0.24

RGB Variations

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

Color information

#95C3A3 (or 0x95C3A3) is known color: Summer Green. HEX triplet: 95, C3 and A3. RGB value is (149,195,163). Sum of RGB (Red+Green+Blue) = 149+195+163=507 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.39% from 507); Green value is 195 (76.56% from 255 or 38.46% from 507); Blue value is 163 (64.06% from 255 or 32.15% from 507); Max value from RGB is 195 - color contains mainly: green. Hex color #95C3A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95C3A3 is #6A3C5C. Grayscale: #B1B1B1. Windows color (decimal): -6962269 or 10732437. OLE color: 10732437.

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

Color convert

RGB 149 195 163 -
CMYK 0.24 0 0.16 0.24
HSL 138.26º 0.28% 0.67% -
HSV(B) 138.26º 0.24% 0.76% -
XYZ 38.52 48.06 41.9 -
YUV 177.6 119.76 107.6 -
System Red Green Blue C M Y K H S L
Decimal 149 195 163 0.24 0 0.16 0.24 138.26 0.28 0.67
Hex 95 C3 A3 18 0 10 18 8A 1C 43
Octal 225 303 243 30 0 20 30 212 34 103
Binary 10010101 11000011 10100011 11000 0 10000 11000 10001010 11100 1000011

Color Harmonies of #95C3A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C3A3

Black with #95C3A3

Text Example


Text Example

White with #95C3A3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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