Html Css Color HEX #7DFCE1 Aquamarine

📋 copy color: '#7DFCE1'

red 125 ◦ green 252 ◦ blue 225

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

Shades of Aquamarine #7DFCE1

Tints of Aquamarine #7DFCE1

RGB

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

 GREEN value IS 252 (98.83% from 255) = 41.86%

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

R = 20.76%
G = 41.86%
B = 37.38%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.11

 K value IS 0.01

RGB Variations

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

Color information

#7DFCE1 (or 0x7DFCE1) is known color: Aquamarine. HEX triplet: 7D, FC and E1. RGB value is (125,252,225). Sum of RGB (Red+Green+Blue) = 125+252+225=602 (79% of max value = 765). Red value is 125 (49.22% from 255 or 20.76% from 602); Green value is 252 (98.83% from 255 or 41.86% from 602); Blue value is 225 (88.28% from 255 or 37.38% from 602); Max value from RGB is 252 - color contains mainly: green. Hex color #7DFCE1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DFCE1 is #82031E. Grayscale: #D2D2D2. Windows color (decimal): -8520479 or 14810237. OLE color: 14810237.

HSL color Cylindrical-coordinate representation of color #7DFCE1: hue angle of 167.24º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7DFCE1 is Cyan = 0.50, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.

Color convert

RGB 125 252 225 -
CMYK 0.50 0 0.11 0.01
HSL 167.24º 0.95% 0.74% -
HSV(B) 167.24º 0.5% 0.99% -
XYZ 56.86 79.42 83.57 -
YUV 210.95 135.92 66.7 -
System Red Green Blue C M Y K H S L
Decimal 125 252 225 0.50 0 0.11 0.01 167.24 0.95 0.74
Hex 7D FC E1 32 0 B 1 A7 5F 4A
Octal 175 374 341 62 0 13 1 247 137 112
Binary 1111101 11111100 11100001 110010 0 1011 1 10100111 1011111 1001010

Color Harmonies of #7DFCE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DFCE1

Black with #7DFCE1

Text Example


Text Example

White with #7DFCE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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