Html Css Color HEX #7DFABB Aquamarine

📋 copy color: '#7DFABB'

red 125 ◦ green 250 ◦ blue 187

#7DFABB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Aquamarine #7DFABB

Tints of Aquamarine #7DFABB

RGB

 RED value IS 125 (49.22% from 255) = 22.24%

 GREEN value IS 250 (98.05% from 255) = 44.48%

 BLUE value IS 187 (73.44% from 255) = 33.27%

R = 22.24%
G = 44.48%
B = 33.27%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#7DFABB (or 0x7DFABB) is known color: Aquamarine. HEX triplet: 7D, FA and BB. RGB value is (125,250,187). Sum of RGB (Red+Green+Blue) = 125+250+187=562 (74% of max value = 765). Red value is 125 (49.22% from 255 or 22.24% from 562); Green value is 250 (98.05% from 255 or 44.48% from 562); Blue value is 187 (73.44% from 255 or 33.27% from 562); Max value from RGB is 250 - color contains mainly: green. Hex color #7DFABB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DFABB is #820544. Grayscale: #CDCDCD. Windows color (decimal): -8521029 or 12319357. OLE color: 12319357.

HSL color Cylindrical-coordinate representation of color #7DFABB: hue angle of 149.76º 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 #7DFABB is Cyan = 0.50, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB 125 250 187 -
CMYK 0.50 0 0.25 0.02
HSL 149.76º 0.93% 0.74% -
HSV(B) 149.76º 0.5% 0.98% -
XYZ 51.61 76.32 59.02 -
YUV 205.44 117.59 70.62 -
System Red Green Blue C M Y K H S L
Decimal 125 250 187 0.50 0 0.25 0.02 149.76 0.93 0.74
Hex 7D FA BB 32 0 19 2 96 5D 4A
Octal 175 372 273 62 0 31 2 226 135 112
Binary 1111101 11111010 10111011 110010 0 11001 10 10010110 1011101 1001010

Color Harmonies of #7DFABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DFABB

Black with #7DFABB

Text Example


Text Example

White with #7DFABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7DFABB;
 }
 .AnyTagClassName
 {
   color: #7DFABB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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