Html Css Color HEX #7FFFD0 Aquamarine

📋 copy color: '#7FFFD0'

red 127 ◦ green 255 ◦ blue 208

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

Shades of Aquamarine #7FFFD0

Tints of Aquamarine #7FFFD0

RGB

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

 GREEN value IS 255 (100% from 255) = 43.22%

 BLUE value IS 208 (81.64% from 255) = 35.25%

R = 21.53%
G = 43.22%
B = 35.25%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.18

 K value IS 0

RGB Variations

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

Color information

#7FFFD0 (or 0x7FFFD0) is known color: Aquamarine. HEX triplet: 7F, FF and D0. RGB value is (127,255,208). Sum of RGB (Red+Green+Blue) = 127+255+208=590 (78% of max value = 765). Red value is 127 (50% from 255 or 21.53% from 590); Green value is 255 (100% from 255 or 43.22% from 590); Blue value is 208 (81.64% from 255 or 35.25% from 590); Max value from RGB is 255 - color contains mainly: green. Hex color #7FFFD0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FFFD0 is #80002F. Grayscale: #D3D3D3. Windows color (decimal): -8388656 or 13696895. OLE color: 13696895.

HSL color Cylindrical-coordinate representation of color #7FFFD0: hue angle of 157.97º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7FFFD0 is Cyan = 0.50, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.

Color convert

RGB 127 255 208 -
CMYK 0.50 0 0.18 0
HSL 157.97º 1% 0.75% -
HSV(B) 157.97º 0.5% 1% -
XYZ 55.9 80.59 72.28 -
YUV 211.37 126.09 67.82 -
System Red Green Blue C M Y K H S L
Decimal 127 255 208 0.50 0 0.18 0 157.97 1 0.75
Hex 7F FF D0 32 0 12 0 9E 64 4B
Octal 177 377 320 62 0 22 0 236 144 113
Binary 1111111 11111111 11010000 110010 0 10010 0 10011110 1100100 1001011

Color Harmonies of #7FFFD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FFFD0

Black with #7FFFD0

Text Example


Text Example

White with #7FFFD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,255,208); }

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

background-color css

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

 a { background-color: rgb(127,255,208); }

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

border-color css

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

 span { border-color: rgb(127,255,208); }

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