Html Css Color HEX #7DECDF Aquamarine

📋 copy color: '#7DECDF'

red 125 ◦ green 236 ◦ blue 223

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

Shades of Aquamarine #7DECDF

Tints of Aquamarine #7DECDF

RGB

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

 GREEN value IS 236 (92.58% from 255) = 40.41%

 BLUE value IS 223 (87.5% from 255) = 38.18%

R = 21.4%
G = 40.41%
B = 38.18%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#7DECDF (or 0x7DECDF) is known color: Aquamarine. HEX triplet: 7D, EC and DF. RGB value is (125,236,223). Sum of RGB (Red+Green+Blue) = 125+236+223=584 (77% of max value = 765). Red value is 125 (49.22% from 255 or 21.40% from 584); Green value is 236 (92.58% from 255 or 40.41% from 584); Blue value is 223 (87.5% from 255 or 38.18% from 584); Max value from RGB is 236 - color contains mainly: green. Hex color #7DECDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DECDF is #821320. Grayscale: #C9C9C9. Windows color (decimal): -8524577 or 14675069. OLE color: 14675069.

HSL color Cylindrical-coordinate representation of color #7DECDF: hue angle of 172.97º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7DECDF is Cyan = 0.47, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB 125 236 223 -
CMYK 0.47 0 0.06 0.07
HSL 172.97º 0.74% 0.71% -
HSV(B) 172.97º 0.47% 0.93% -
XYZ 51.77 69.68 80.53 -
YUV 201.33 140.23 73.56 -
System Red Green Blue C M Y K H S L
Decimal 125 236 223 0.47 0 0.06 0.07 172.97 0.74 0.71
Hex 7D EC DF 2F 0 6 7 AD 4A 47
Octal 175 354 337 57 0 6 7 255 112 107
Binary 1111101 11101100 11011111 101111 0 110 111 10101101 1001010 1000111

Color Harmonies of #7DECDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DECDF

Black with #7DECDF

Text Example


Text Example

White with #7DECDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,236,223); }

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

background-color css

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

 a { background-color: rgb(125,236,223); }

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

border-color css

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

 span { border-color: rgb(125,236,223); }

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