Html Css Color HEX #7DFFBE Aquamarine

📋 copy color: '#7DFFBE'

red 125 ◦ green 255 ◦ blue 190

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

Shades of Aquamarine #7DFFBE

Tints of Aquamarine #7DFFBE

RGB

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

 GREEN value IS 255 (100% from 255) = 44.74%

 BLUE value IS 190 (74.61% from 255) = 33.33%

R = 21.93%
G = 44.74%
B = 33.33%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.25

 K value IS 0

RGB Variations

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

Color information

#7DFFBE (or 0x7DFFBE) is known color: Aquamarine. HEX triplet: 7D, FF and BE. RGB value is (125,255,190). Sum of RGB (Red+Green+Blue) = 125+255+190=570 (75% of max value = 765). Red value is 125 (49.22% from 255 or 21.93% from 570); Green value is 255 (100% from 255 or 44.74% from 570); Blue value is 190 (74.61% from 255 or 33.33% from 570); Max value from RGB is 255 - color contains mainly: green. Hex color #7DFFBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DFFBE is #820041. Grayscale: #D0D0D0. Windows color (decimal): -8519746 or 12517245. OLE color: 12517245.

HSL color Cylindrical-coordinate representation of color #7DFFBE: hue angle of 150º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7DFFBE is Cyan = 0.51, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.

Color convert

RGB 125 255 190 -
CMYK 0.51 0 0.25 0
HSL 150º 1% 0.75% -
HSV(B) 150º 0.51% 1% -
XYZ 53.51 79.6 61.26 -
YUV 208.72 117.43 68.29 -
System Red Green Blue C M Y K H S L
Decimal 125 255 190 0.51 0 0.25 0 150 1 0.75
Hex 7D FF BE 33 0 19 0 96 64 4B
Octal 175 377 276 63 0 31 0 226 144 113
Binary 1111101 11111111 10111110 110011 0 11001 0 10010110 1100100 1001011

Color Harmonies of #7DFFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DFFBE

Black with #7DFFBE

Text Example


Text Example

White with #7DFFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,255,190); }

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

background-color css

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

 a { background-color: rgb(125,255,190); }

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

border-color css

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

 span { border-color: rgb(125,255,190); }

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