Html Css Color HEX #7FFDC8 Aquamarine

📋 copy color: '#7FFDC8'

red 127 ◦ green 253 ◦ blue 200

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

Shades of Aquamarine #7FFDC8

Tints of Aquamarine #7FFDC8

RGB

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

 GREEN value IS 253 (99.22% from 255) = 43.62%

 BLUE value IS 200 (78.52% from 255) = 34.48%

R = 21.9%
G = 43.62%
B = 34.48%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#7FFDC8 (or 0x7FFDC8) is known color: Aquamarine. HEX triplet: 7F, FD and C8. RGB value is (127,253,200). Sum of RGB (Red+Green+Blue) = 127+253+200=580 (76% of max value = 765). Red value is 127 (50% from 255 or 21.90% from 580); Green value is 253 (99.22% from 255 or 43.62% from 580); Blue value is 200 (78.52% from 255 or 34.48% from 580); Max value from RGB is 253 - color contains mainly: green. Hex color #7FFDC8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FFDC8 is #800237. Grayscale: #D1D1D1. Windows color (decimal): -8389176 or 13172095. OLE color: 13172095.

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

Color convert

RGB 127 253 200 -
CMYK 0.50 0 0.21 0.01
HSL 154.76º 0.97% 0.75% -
HSV(B) 154.76º 0.5% 0.99% -
XYZ 54.3 78.93 67.02 -
YUV 209.28 122.76 69.31 -
System Red Green Blue C M Y K H S L
Decimal 127 253 200 0.50 0 0.21 0.01 154.76 0.97 0.75
Hex 7F FD C8 32 0 15 1 9B 61 4B
Octal 177 375 310 62 0 25 1 233 141 113
Binary 1111111 11111101 11001000 110010 0 10101 1 10011011 1100001 1001011

Color Harmonies of #7FFDC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FFDC8

Black with #7FFDC8

Text Example


Text Example

White with #7FFDC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,253,200); }

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

background-color css

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

 a { background-color: rgb(127,253,200); }

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

border-color css

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

 span { border-color: rgb(127,253,200); }

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