Html Css Color HEX #7DF1E1 Aquamarine

📋 copy color: '#7DF1E1'

red 125 ◦ green 241 ◦ blue 225

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

Shades of Aquamarine #7DF1E1

Tints of Aquamarine #7DF1E1

RGB

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

 GREEN value IS 241 (94.53% from 255) = 40.78%

 BLUE value IS 225 (88.28% from 255) = 38.07%

R = 21.15%
G = 40.78%
B = 38.07%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#7DF1E1 (or 0x7DF1E1) is known color: Aquamarine. HEX triplet: 7D, F1 and E1. RGB value is (125,241,225). Sum of RGB (Red+Green+Blue) = 125+241+225=591 (78% of max value = 765). Red value is 125 (49.22% from 255 or 21.15% from 591); Green value is 241 (94.53% from 255 or 40.78% from 591); Blue value is 225 (88.28% from 255 or 38.07% from 591); Max value from RGB is 241 - color contains mainly: green. Hex color #7DF1E1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DF1E1 is #820E1E. Grayscale: #CCCCCC. Windows color (decimal): -8523295 or 14807421. OLE color: 14807421.

HSL color Cylindrical-coordinate representation of color #7DF1E1: hue angle of 171.72º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7DF1E1 is Cyan = 0.48, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB 125 241 225 -
CMYK 0.48 0 0.07 0.05
HSL 171.72º 0.81% 0.72% -
HSV(B) 171.72º 0.48% 0.95% -
XYZ 53.5 72.71 82.45 -
YUV 204.49 139.57 71.3 -
System Red Green Blue C M Y K H S L
Decimal 125 241 225 0.48 0 0.07 0.05 171.72 0.81 0.72
Hex 7D F1 E1 30 0 7 5 AC 51 48
Octal 175 361 341 60 0 7 5 254 121 110
Binary 1111101 11110001 11100001 110000 0 111 101 10101100 1010001 1001000

Color Harmonies of #7DF1E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DF1E1

Black with #7DF1E1

Text Example


Text Example

White with #7DF1E1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,241,225); }

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

background-color css

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

 a { background-color: rgb(125,241,225); }

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

border-color css

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

 span { border-color: rgb(125,241,225); }

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