Html Css Color HEX #7FEADD Aquamarine

📋 copy color: '#7FEADD'

red 127 ◦ green 234 ◦ blue 221

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

Shades of Aquamarine #7FEADD

Tints of Aquamarine #7FEADD

RGB

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

 GREEN value IS 234 (91.8% from 255) = 40.21%

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

R = 21.82%
G = 40.21%
B = 37.97%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#7FEADD (or 0x7FEADD) is known color: Aquamarine. HEX triplet: 7F, EA and DD. RGB value is (127,234,221). Sum of RGB (Red+Green+Blue) = 127+234+221=582 (77% of max value = 765). Red value is 127 (50% from 255 or 21.82% from 582); Green value is 234 (91.80% from 255 or 40.21% from 582); Blue value is 221 (86.72% from 255 or 37.97% from 582); Max value from RGB is 234 - color contains mainly: green. Hex color #7FEADD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FEADD is #801522. Grayscale: #C8C8C8. Windows color (decimal): -8394019 or 14543487. OLE color: 14543487.

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

Color convert

RGB 127 234 221 -
CMYK 0.46 0 0.06 0.08
HSL 172.71º 0.72% 0.71% -
HSV(B) 172.71º 0.46% 0.92% -
XYZ 51.23 68.58 78.94 -
YUV 200.53 139.55 75.56 -
System Red Green Blue C M Y K H S L
Decimal 127 234 221 0.46 0 0.06 0.08 172.71 0.72 0.71
Hex 7F EA DD 2E 0 6 8 AD 48 47
Octal 177 352 335 56 0 6 10 255 110 107
Binary 1111111 11101010 11011101 101110 0 110 1000 10101101 1001000 1000111

Color Harmonies of #7FEADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FEADD

Black with #7FEADD

Text Example


Text Example

White with #7FEADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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