#94BFA5

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

Shades of Summer Green #94BFA5

Tints of Summer Green #94BFA5

Color information

#94BFA5 (or 0x94BFA5) is unknown color: approx Summer Green. HEX triplet: 94, BF and A5. RGB value is (148,191,165). Sum of RGB (Red+Green+Blue) = 148+191+165=504 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.37% from 504); Green value is 191 (75% from 255 or 37.90% from 504); Blue value is 165 (64.84% from 255 or 32.74% from 504); Max value from RGB is 191 - color contains mainly: green. Hex color #94BFA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94BFA5 is #6B405A. Grayscale: #AFAFAF. Windows color (decimal): -7028827 or 10862484. OLE color: 10862484.

HSL color Cylindrical-coordinate representation of color #94BFA5: hue angle of 143.72º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #94BFA5 is Cyan = 0.23, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB148191165-
CMYK0.2300.140.25
HSL143.72º25.15%66.47%-
HSV(B)143.72º22.51%74.9%-
XYZ37.6446.2742.55-
YUV175.18122.25108.61-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.37%
GREEN value IS 191 (75% from 255) = 37.90%
BLUE value IS 165 (64.84% from 255) = 32.74%
R=29.37%
G=37.90%
B=32.74%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1481911650.2300.140.25143.7225.1566.47
Hex94BFA5170E19901942
Octal224277245270163122031102
Binary10010100101111111010010110111011101100110010000110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94BFA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94BFA5; }

 p { color: rgb(148,191,165); }

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

<style>
 a { background-color: #94BFA5; }

 a { background-color: rgb(148,191,165); }

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

<style>
 span { border-color: #94BFA5; }

 span { border-color: rgb(148,191,165); }

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