#75F8A8

Color #75F8A8 Light Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Green #75F8A8

Tints of Light Green #75F8A8

Color information

#75F8A8 (or 0x75F8A8) is unknown color: approx Light Green. HEX triplet: 75, F8 and A8. RGB value is (117,248,168). Sum of RGB (Red+Green+Blue) = 117+248+168=533 (70% of max value = 765). Red value is 117 (46.09% from 255 or 21.95% from 533); Green value is 248 (97.27% from 255 or 46.53% from 533); Blue value is 168 (66.02% from 255 or 31.52% from 533); Max value from RGB is 248 - color contains mainly: green. Hex color #75F8A8 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75F8A8 is #8A0757. Grayscale: #C7C7C7. Windows color (decimal): -9045848 or 11073653. OLE color: 11073653.

HSL color Cylindrical-coordinate representation of color #75F8A8: hue angle of 143.36º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #75F8A8 is Cyan = 0.53, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.03.

Color convert

RGB117248168-
CMYK0.5300.320.03
HSL143.36º90.34%71.57%-
HSV(B)143.36º52.82%97.25%-
XYZ47.9773.7448.75-
YUV199.71110.169-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 21.95%
GREEN value IS 248 (97.27% from 255) = 46.53%
BLUE value IS 168 (66.02% from 255) = 31.52%
R=21.95%
G=46.53%
B=31.52%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1172481680.5300.320.03143.3690.3471.57
Hex75F8A83502038f5a48
Octal165370250650403217132110
Binary111010111111000101010001101010100000111000111110110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75F8A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75F8A8; }

 p { color: rgb(117,248,168); }

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

<style>
 a { background-color: #75F8A8; }

 a { background-color: rgb(117,248,168); }

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

<style>
 span { border-color: #75F8A8; }

 span { border-color: rgb(117,248,168); }

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