Html Css Color HEX #7FECDD Aquamarine

📋 copy color: '#7FECDD'

red 127 ◦ green 236 ◦ blue 221

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

Shades of Aquamarine #7FECDD

Tints of Aquamarine #7FECDD

RGB

 RED value IS 127 (50% from 255) = 21.75%

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

 BLUE value IS 221 (86.72% from 255) = 37.84%

R = 21.75%
G = 40.41%
B = 37.84%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#7FECDD (or 0x7FECDD) is known color: Aquamarine. HEX triplet: 7F, EC and DD. RGB value is (127,236,221). Sum of RGB (Red+Green+Blue) = 127+236+221=584 (77% of max value = 765). Red value is 127 (50% from 255 or 21.75% from 584); Green value is 236 (92.58% from 255 or 40.41% from 584); Blue value is 221 (86.72% from 255 or 37.84% from 584); Max value from RGB is 236 - color contains mainly: green. Hex color #7FECDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FECDD is #801322. Grayscale: #C9C9C9. Windows color (decimal): -8393507 or 14543999. OLE color: 14543999.

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

Color convert

RGB 127 236 221 -
CMYK 0.46 0 0.06 0.07
HSL 171.74º 0.74% 0.71% -
HSV(B) 171.74º 0.46% 0.93% -
XYZ 51.8 69.72 79.13 -
YUV 201.7 138.89 74.72 -
System Red Green Blue C M Y K H S L
Decimal 127 236 221 0.46 0 0.06 0.07 171.74 0.74 0.71
Hex 7F EC DD 2E 0 6 7 AC 4A 47
Octal 177 354 335 56 0 6 7 254 112 107
Binary 1111111 11101100 11011101 101110 0 110 111 10101100 1001010 1000111

Color Harmonies of #7FECDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FECDD

Black with #7FECDD

Text Example


Text Example

White with #7FECDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,236,221); }

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

background-color css

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

 a { background-color: rgb(127,236,221); }

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

border-color css

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

 span { border-color: rgb(127,236,221); }

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