#95BFA6

Color #95BFA6 Summer Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Green #95BFA6

Tints of Summer Green #95BFA6

Color information

#95BFA6 (or 0x95BFA6) is unknown color: approx Summer Green. HEX triplet: 95, BF and A6. RGB value is (149,191,166). Sum of RGB (Red+Green+Blue) = 149+191+166=506 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.45% from 506); Green value is 191 (75% from 255 or 37.75% from 506); Blue value is 166 (65.23% from 255 or 32.81% from 506); Max value from RGB is 191 - color contains mainly: green. Hex color #95BFA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95BFA6 is #6A4059. Grayscale: #AFAFAF. Windows color (decimal): -6963290 or 10928021. OLE color: 10928021.

HSL color Cylindrical-coordinate representation of color #95BFA6: hue angle of 144.29º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #95BFA6 is Cyan = 0.22, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.25.

Color convert

RGB149191166-
CMYK0.2200.130.25
HSL144.29º24.71%66.67%-
HSV(B)144.29º21.99%74.9%-
XYZ37.9146.443.04-
YUV175.59122.59109.03-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.45%
GREEN value IS 191 (75% from 255) = 37.75%
BLUE value IS 166 (65.23% from 255) = 32.81%
R=29.45%
G=37.75%
B=32.81%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1491911660.2200.130.25144.2924.7166.67
Hex95BFA6160D19901943
Octal225277246260153122031103
Binary10010101101111111010011010110011011100110010000110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BFA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,191,166); }

 H1.HeaderClassName
 {
   color: #95BFA6;
 }
 .AnyTagClassName
 {
   color: #95BFA6;
 }
</style>
background-color css

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

 a { background-color: rgb(149,191,166); }

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

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

 span { border-color: rgb(149,191,166); }

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