Html Css Color HEX #7FEFDD Aquamarine

📋 copy color: '#7FEFDD'

red 127 ◦ green 239 ◦ blue 221

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

Shades of Aquamarine #7FEFDD

Tints of Aquamarine #7FEFDD

RGB

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

 GREEN value IS 239 (93.75% from 255) = 40.72%

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

R = 21.64%
G = 40.72%
B = 37.65%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#7FEFDD (or 0x7FEFDD) is known color: Aquamarine. HEX triplet: 7F, EF and DD. RGB value is (127,239,221). Sum of RGB (Red+Green+Blue) = 127+239+221=587 (77% of max value = 765). Red value is 127 (50% from 255 or 21.64% from 587); Green value is 239 (93.75% from 255 or 40.72% from 587); Blue value is 221 (86.72% from 255 or 37.65% from 587); Max value from RGB is 239 - color contains mainly: green. Hex color #7FEFDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FEFDD is #801022. Grayscale: #CBCBCB. Windows color (decimal): -8392739 or 14544767. OLE color: 14544767.

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

Color convert

RGB 127 239 221 -
CMYK 0.47 0 0.08 0.06
HSL 170.36º 0.78% 0.72% -
HSV(B) 170.36º 0.47% 0.94% -
XYZ 52.67 71.47 79.42 -
YUV 203.46 137.89 73.46 -
System Red Green Blue C M Y K H S L
Decimal 127 239 221 0.47 0 0.08 0.06 170.36 0.78 0.72
Hex 7F EF DD 2F 0 8 6 AA 4E 48
Octal 177 357 335 57 0 10 6 252 116 110
Binary 1111111 11101111 11011101 101111 0 1000 110 10101010 1001110 1001000

Color Harmonies of #7FEFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FEFDD

Black with #7FEFDD

Text Example


Text Example

White with #7FEFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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