Html Css Color HEX #7DFCE0 Aquamarine

📋 copy color: '#7DFCE0'

red 125 ◦ green 252 ◦ blue 224

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

Shades of Aquamarine #7DFCE0

Tints of Aquamarine #7DFCE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 37.27%

R = 20.8%
G = 41.93%
B = 37.27%

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

#7DFCE0 (or 0x7DFCE0) is known color: Aquamarine. HEX triplet: 7D, FC and E0. RGB value is (125,252,224). Sum of RGB (Red+Green+Blue) = 125+252+224=601 (79% of max value = 765). Red value is 125 (49.22% from 255 or 20.80% from 601); Green value is 252 (98.83% from 255 or 41.93% from 601); Blue value is 224 (87.89% from 255 or 37.27% from 601); Max value from RGB is 252 - color contains mainly: green. Hex color #7DFCE0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DFCE0 is #82031F. Grayscale: #D2D2D2. Windows color (decimal): -8520480 or 14744701. OLE color: 14744701.

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

Color convert

RGB 125 252 224 -
CMYK 0.50 0 0.11 0.01
HSL 166.77º 0.95% 0.74% -
HSV(B) 166.77º 0.5% 0.99% -
XYZ 56.72 79.36 82.85 -
YUV 210.84 135.42 66.78 -
System Red Green Blue C M Y K H S L
Decimal 125 252 224 0.50 0 0.11 0.01 166.77 0.95 0.74
Hex 7D FC E0 32 0 B 1 A7 5F 4A
Octal 175 374 340 62 0 13 1 247 137 112
Binary 1111101 11111100 11100000 110010 0 1011 1 10100111 1011111 1001010

Color Harmonies of #7DFCE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DFCE0

Black with #7DFCE0

Text Example


Text Example

White with #7DFCE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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