#68FA8F

Color #68FA8F Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pastel Green #68FA8F

Tints of Pastel Green #68FA8F

Color information

#68FA8F (or 0x68FA8F) is unknown color: approx Pastel Green. HEX triplet: 68, FA and 8F. RGB value is (104,250,143). Sum of RGB (Red+Green+Blue) = 104+250+143=497 (65% of max value = 765). Red value is 104 (41.02% from 255 or 20.93% from 497); Green value is 250 (98.05% from 255 or 50.30% from 497); Blue value is 143 (56.25% from 255 or 28.77% from 497); Max value from RGB is 250 - color contains mainly: green. Hex color #68FA8F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68FA8F is #970570. Grayscale: #C2C2C2. Windows color (decimal): -9897329 or 9435752. OLE color: 9435752.

HSL color Cylindrical-coordinate representation of color #68FA8F: hue angle of 136.03º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68FA8F is Cyan = 0.58, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.

Color convert

RGB104250143-
CMYK0.5800.430.02
HSL136.03º93.59%69.41%-
HSV(B)136.03º58.4%98.04%-
XYZ44.8573.337.77-
YUV194.1599.1363.7-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 20.93%
GREEN value IS 250 (98.05% from 255) = 50.30%
BLUE value IS 143 (56.25% from 255) = 28.77%
R=20.93%
G=50.30%
B=28.77%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1042501430.5800.430.02136.0393.5969.41
Hex68FA8F3A02B2885e45
Octal150372217720532210136105
Binary110100011111010100011111110100101011101000100010111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68FA8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68FA8F; }

 p { color: rgb(104,250,143); }

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

<style>
 a { background-color: #68FA8F; }

 a { background-color: rgb(104,250,143); }

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

<style>
 span { border-color: #68FA8F; }

 span { border-color: rgb(104,250,143); }

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