Html Css Color HEX #7DFCDE Aquamarine

📋 copy color: '#7DFCDE'

red 125 ◦ green 252 ◦ blue 222

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

Shades of Aquamarine #7DFCDE

Tints of Aquamarine #7DFCDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 37.06%

R = 20.87%
G = 42.07%
B = 37.06%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#7DFCDE (or 0x7DFCDE) is known color: Aquamarine. HEX triplet: 7D, FC and DE. RGB value is (125,252,222). Sum of RGB (Red+Green+Blue) = 125+252+222=599 (79% of max value = 765). Red value is 125 (49.22% from 255 or 20.87% from 599); Green value is 252 (98.83% from 255 or 42.07% from 599); Blue value is 222 (87.11% from 255 or 37.06% from 599); Max value from RGB is 252 - color contains mainly: green. Hex color #7DFCDE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DFCDE is #820321. Grayscale: #D2D2D2. Windows color (decimal): -8520482 or 14613629. OLE color: 14613629.

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

Color convert

RGB 125 252 222 -
CMYK 0.50 0 0.12 0.01
HSL 165.83º 0.95% 0.74% -
HSV(B) 165.83º 0.5% 0.99% -
XYZ 56.45 79.25 81.43 -
YUV 210.61 134.42 66.94 -
System Red Green Blue C M Y K H S L
Decimal 125 252 222 0.50 0 0.12 0.01 165.83 0.95 0.74
Hex 7D FC DE 32 0 C 1 A6 5F 4A
Octal 175 374 336 62 0 14 1 246 137 112
Binary 1111101 11111100 11011110 110010 0 1100 1 10100110 1011111 1001010

Color Harmonies of #7DFCDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DFCDE

Black with #7DFCDE

Text Example


Text Example

White with #7DFCDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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