#95BEA5

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

Shades of Summer Green #95BEA5

Tints of Summer Green #95BEA5

Color information

#95BEA5 (or 0x95BEA5) is unknown color: approx Summer Green. HEX triplet: 95, BE and A5. RGB value is (149,190,165). Sum of RGB (Red+Green+Blue) = 149+190+165=504 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.56% from 504); Green value is 190 (74.61% from 255 or 37.70% from 504); Blue value is 165 (64.84% from 255 or 32.74% from 504); Max value from RGB is 190 - color contains mainly: green. Hex color #95BEA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95BEA5 is #6A415A. Grayscale: #AEAEAE. Windows color (decimal): -6963547 or 10862229. OLE color: 10862229.

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

Color convert

RGB149190165-
CMYK0.2200.130.25
HSL143.41º23.98%66.47%-
HSV(B)143.41º21.58%74.51%-
XYZ37.645.9342.48-
YUV174.89122.42109.53-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.56%
GREEN value IS 190 (74.61% from 255) = 37.70%
BLUE value IS 165 (64.84% from 255) = 32.74%
R=29.56%
G=37.70%
B=32.74%

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
Decimal1491901650.2200.130.25143.4123.9866.47
Hex95BEA5160D198f1842
Octal225276245260153121730102
Binary10010101101111101010010110110011011100110001111110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BEA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,190,165); }

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

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

 a { background-color: rgb(149,190,165); }

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

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

 span { border-color: rgb(149,190,165); }

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