Html Css Color HEX #7DF7CE Aquamarine

📋 copy color: '#7DF7CE'

red 125 ◦ green 247 ◦ blue 206

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

Shades of Aquamarine #7DF7CE

Tints of Aquamarine #7DF7CE

RGB

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

 GREEN value IS 247 (96.88% from 255) = 42.73%

 BLUE value IS 206 (80.86% from 255) = 35.64%

R = 21.63%
G = 42.73%
B = 35.64%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#7DF7CE (or 0x7DF7CE) is known color: Aquamarine. HEX triplet: 7D, F7 and CE. RGB value is (125,247,206). Sum of RGB (Red+Green+Blue) = 125+247+206=578 (76% of max value = 765). Red value is 125 (49.22% from 255 or 21.63% from 578); Green value is 247 (96.88% from 255 or 42.73% from 578); Blue value is 206 (80.86% from 255 or 35.64% from 578); Max value from RGB is 247 - color contains mainly: green. Hex color #7DF7CE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DF7CE is #820831. Grayscale: #CDCDCD. Windows color (decimal): -8521778 or 13563773. OLE color: 13563773.

HSL color Cylindrical-coordinate representation of color #7DF7CE: hue angle of 159.84º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7DF7CE is Cyan = 0.49, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB 125 247 206 -
CMYK 0.49 0 0.17 0.03
HSL 159.84º 0.88% 0.73% -
HSV(B) 159.84º 0.49% 0.97% -
XYZ 52.86 75.34 70.15 -
YUV 205.85 128.08 70.33 -
System Red Green Blue C M Y K H S L
Decimal 125 247 206 0.49 0 0.17 0.03 159.84 0.88 0.73
Hex 7D F7 CE 31 0 11 3 A0 58 49
Octal 175 367 316 61 0 21 3 240 130 111
Binary 1111101 11110111 11001110 110001 0 10001 11 10100000 1011000 1001001

Color Harmonies of #7DF7CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DF7CE

Black with #7DF7CE

Text Example


Text Example

White with #7DF7CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,247,206); }

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

background-color css

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

 a { background-color: rgb(125,247,206); }

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

border-color css

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

 span { border-color: rgb(125,247,206); }

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