#94BFA4

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

Shades of Summer Green #94BFA4

Tints of Summer Green #94BFA4

Color information

#94BFA4 (or 0x94BFA4) is unknown color: approx Summer Green. HEX triplet: 94, BF and A4. RGB value is (148,191,164). Sum of RGB (Red+Green+Blue) = 148+191+164=503 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.42% from 503); Green value is 191 (75% from 255 or 37.97% from 503); Blue value is 164 (64.45% from 255 or 32.60% from 503); Max value from RGB is 191 - color contains mainly: green. Hex color #94BFA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94BFA4 is #6B405B. Grayscale: #AFAFAF. Windows color (decimal): -7028828 or 10796948. OLE color: 10796948.

HSL color Cylindrical-coordinate representation of color #94BFA4: hue angle of 142.33º 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 #94BFA4 is Cyan = 0.23, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB148191164-
CMYK0.2300.140.25
HSL142.33º25.15%66.47%-
HSV(B)142.33º22.51%74.9%-
XYZ37.5446.2442.07-
YUV175.06121.75108.7-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.42%
GREEN value IS 191 (75% from 255) = 37.97%
BLUE value IS 164 (64.45% from 255) = 32.60%
R=29.42%
G=37.97%
B=32.60%

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
Decimal1481911640.2300.140.25142.3325.1566.47
Hex94BFA4170E198e1942
Octal224277244270163121631102
Binary10010100101111111010010010111011101100110001110110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94BFA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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