Html Css Color HEX #7FEDDC Aquamarine

📋 copy color: '#7FEDDC'

red 127 ◦ green 237 ◦ blue 220

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

Shades of Aquamarine #7FEDDC

Tints of Aquamarine #7FEDDC

RGB

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

 GREEN value IS 237 (92.97% from 255) = 40.58%

 BLUE value IS 220 (86.33% from 255) = 37.67%

R = 21.75%
G = 40.58%
B = 37.67%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#7FEDDC (or 0x7FEDDC) is known color: Aquamarine. HEX triplet: 7F, ED and DC. RGB value is (127,237,220). Sum of RGB (Red+Green+Blue) = 127+237+220=584 (77% of max value = 765). Red value is 127 (50% from 255 or 21.75% from 584); Green value is 237 (92.97% from 255 or 40.58% from 584); Blue value is 220 (86.33% from 255 or 37.67% from 584); Max value from RGB is 237 - color contains mainly: green. Hex color #7FEDDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FEDDC is #801223. Grayscale: #CACACA. Windows color (decimal): -8393252 or 14478719. OLE color: 14478719.

HSL color Cylindrical-coordinate representation of color #7FEDDC: hue angle of 170.73º degrees, saturation: 0.75, 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 #7FEDDC is Cyan = 0.46, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 127 237 220 -
CMYK 0.46 0 0.07 0.07
HSL 170.73º 0.75% 0.71% -
HSV(B) 170.73º 0.46% 0.93% -
XYZ 51.95 70.25 78.53 -
YUV 202.17 138.06 74.38 -
System Red Green Blue C M Y K H S L
Decimal 127 237 220 0.46 0 0.07 0.07 170.73 0.75 0.71
Hex 7F ED DC 2E 0 7 7 AB 4B 47
Octal 177 355 334 56 0 7 7 253 113 107
Binary 1111111 11101101 11011100 101110 0 111 111 10101011 1001011 1000111

Color Harmonies of #7FEDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FEDDC

Black with #7FEDDC

Text Example


Text Example

White with #7FEDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,237,220); }

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

background-color css

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

 a { background-color: rgb(127,237,220); }

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

border-color css

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

 span { border-color: rgb(127,237,220); }

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