Html Css Color HEX #7DFBE2 Aquamarine

📋 copy color: '#7DFBE2'

red 125 ◦ green 251 ◦ blue 226

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

Shades of Aquamarine #7DFBE2

Tints of Aquamarine #7DFBE2

RGB

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

 GREEN value IS 251 (98.44% from 255) = 41.69%

 BLUE value IS 226 (88.67% from 255) = 37.54%

R = 20.76%
G = 41.69%
B = 37.54%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#7DFBE2 (or 0x7DFBE2) is known color: Aquamarine. HEX triplet: 7D, FB and E2. RGB value is (125,251,226). Sum of RGB (Red+Green+Blue) = 125+251+226=602 (79% of max value = 765). Red value is 125 (49.22% from 255 or 20.76% from 602); Green value is 251 (98.44% from 255 or 41.69% from 602); Blue value is 226 (88.67% from 255 or 37.54% from 602); Max value from RGB is 251 - color contains mainly: green. Hex color #7DFBE2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DFBE2 is #82041D. Grayscale: #D2D2D2. Windows color (decimal): -8520734 or 14875517. OLE color: 14875517.

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

Color convert

RGB 125 251 226 -
CMYK 0.50 0 0.10 0.02
HSL 168.1º 0.94% 0.74% -
HSV(B) 168.1º 0.5% 0.98% -
XYZ 56.68 78.85 84.18 -
YUV 210.48 136.76 67.03 -
System Red Green Blue C M Y K H S L
Decimal 125 251 226 0.50 0 0.10 0.02 168.1 0.94 0.74
Hex 7D FB E2 32 0 A 2 A8 5E 4A
Octal 175 373 342 62 0 12 2 250 136 112
Binary 1111101 11111011 11100010 110010 0 1010 10 10101000 1011110 1001010

Color Harmonies of #7DFBE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DFBE2

Black with #7DFBE2

Text Example


Text Example

White with #7DFBE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,251,226); }

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

background-color css

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

 a { background-color: rgb(125,251,226); }

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

border-color css

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

 span { border-color: rgb(125,251,226); }

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