#7DFAAB

Color #7DFAAB Pale Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Green #7DFAAB

Tints of Pale Green #7DFAAB

Color information

#7DFAAB (or 0x7DFAAB) is unknown color: approx Pale Green. HEX triplet: 7D, FA and AB. RGB value is (125,250,171). Sum of RGB (Red+Green+Blue) = 125+250+171=546 (72% of max value = 765). Red value is 125 (49.22% from 255 or 22.89% from 546); Green value is 250 (98.05% from 255 or 45.79% from 546); Blue value is 171 (67.19% from 255 or 31.32% from 546); Max value from RGB is 250 - color contains mainly: green. Hex color #7DFAAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DFAAB is #820554. Grayscale: #CBCBCB. Windows color (decimal): -8521045 or 11270781. OLE color: 11270781.

HSL color Cylindrical-coordinate representation of color #7DFAAB: hue angle of 142.08º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7DFAAB is Cyan = 0.50, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB125250171-
CMYK0.5000.320.02
HSL142.08º92.59%73.53%-
HSV(B)142.08º50%98.04%-
XYZ49.9975.6750.5-
YUV203.62109.5971.92-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.89%
GREEN value IS 250 (98.05% from 255) = 45.79%
BLUE value IS 171 (67.19% from 255) = 31.32%
R=22.89%
G=45.79%
B=31.32%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1252501710.5000.320.02142.0892.5973.53
Hex7DFAAB3202028e5d4a
Octal175372253620402216135112
Binary111110111111010101010111100100100000101000111010111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DFAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7DFAAB; }

 p { color: rgb(125,250,171); }

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

<style>
 a { background-color: #7DFAAB; }

 a { background-color: rgb(125,250,171); }

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

<style>
 span { border-color: #7DFAAB; }

 span { border-color: rgb(125,250,171); }

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