Html Css Color HEX #7DECE0 Aquamarine

📋 copy color: '#7DECE0'

red 125 ◦ green 236 ◦ blue 224

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

Shades of Aquamarine #7DECE0

Tints of Aquamarine #7DECE0

RGB

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

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

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

R = 21.37%
G = 40.34%
B = 38.29%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#7DECE0 (or 0x7DECE0) is known color: Aquamarine. HEX triplet: 7D, EC and E0. RGB value is (125,236,224). Sum of RGB (Red+Green+Blue) = 125+236+224=585 (77% of max value = 765). Red value is 125 (49.22% from 255 or 21.37% from 585); Green value is 236 (92.58% from 255 or 40.34% from 585); Blue value is 224 (87.89% from 255 or 38.29% from 585); Max value from RGB is 236 - color contains mainly: green. Hex color #7DECE0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DECE0 is #82131F. Grayscale: #C9C9C9. Windows color (decimal): -8524576 or 14740605. OLE color: 14740605.

HSL color Cylindrical-coordinate representation of color #7DECE0: hue angle of 173.51º 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 #7DECE0 is Cyan = 0.47, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB 125 236 224 -
CMYK 0.47 0 0.05 0.07
HSL 173.51º 0.74% 0.71% -
HSV(B) 173.51º 0.47% 0.93% -
XYZ 51.91 69.73 81.24 -
YUV 201.44 140.73 73.48 -
System Red Green Blue C M Y K H S L
Decimal 125 236 224 0.47 0 0.05 0.07 173.51 0.74 0.71
Hex 7D EC E0 2F 0 5 7 AE 4A 47
Octal 175 354 340 57 0 5 7 256 112 107
Binary 1111101 11101100 11100000 101111 0 101 111 10101110 1001010 1000111

Color Harmonies of #7DECE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DECE0

Black with #7DECE0

Text Example


Text Example

White with #7DECE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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