Html Css Color HEX #7FFCCF Aquamarine

📋 copy color: '#7FFCCF'

red 127 ◦ green 252 ◦ blue 207

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

Shades of Aquamarine #7FFCCF

Tints of Aquamarine #7FFCCF

RGB

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

 GREEN value IS 252 (98.83% from 255) = 43%

 BLUE value IS 207 (81.25% from 255) = 35.32%

R = 21.67%
G = 43%
B = 35.32%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#7FFCCF (or 0x7FFCCF) is known color: Aquamarine. HEX triplet: 7F, FC and CF. RGB value is (127,252,207). Sum of RGB (Red+Green+Blue) = 127+252+207=586 (77% of max value = 765). Red value is 127 (50% from 255 or 21.67% from 586); Green value is 252 (98.83% from 255 or 43.00% from 586); Blue value is 207 (81.25% from 255 or 35.32% from 586); Max value from RGB is 252 - color contains mainly: green. Hex color #7FFCCF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FFCCF is #800330. Grayscale: #D1D1D1. Windows color (decimal): -8389425 or 13630591. OLE color: 13630591.

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

Color convert

RGB 127 252 207 -
CMYK 0.50 0 0.18 0.01
HSL 158.4º 0.95% 0.74% -
HSV(B) 158.4º 0.5% 0.99% -
XYZ 54.83 78.64 71.32 -
YUV 209.5 126.59 69.16 -
System Red Green Blue C M Y K H S L
Decimal 127 252 207 0.50 0 0.18 0.01 158.4 0.95 0.74
Hex 7F FC CF 32 0 12 1 9E 5F 4A
Octal 177 374 317 62 0 22 1 236 137 112
Binary 1111111 11111100 11001111 110010 0 10010 1 10011110 1011111 1001010

Color Harmonies of #7FFCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FFCCF

Black with #7FFCCF

Text Example


Text Example

White with #7FFCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,252,207); }

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

background-color css

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

 a { background-color: rgb(127,252,207); }

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

border-color css

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

 span { border-color: rgb(127,252,207); }

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