Html Css Color HEX #7FFCCC Aquamarine

📋 copy color: '#7FFCCC'

red 127 ◦ green 252 ◦ blue 204

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

Shades of Aquamarine #7FFCCC

Tints of Aquamarine #7FFCCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 34.99%

R = 21.78%
G = 43.22%
B = 34.99%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#7FFCCC (or 0x7FFCCC) is known color: Aquamarine. HEX triplet: 7F, FC and CC. RGB value is (127,252,204). Sum of RGB (Red+Green+Blue) = 127+252+204=583 (77% of max value = 765). Red value is 127 (50% from 255 or 21.78% from 583); Green value is 252 (98.83% from 255 or 43.22% from 583); Blue value is 204 (80.08% from 255 or 34.99% from 583); Max value from RGB is 252 - color contains mainly: green. Hex color #7FFCCC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FFCCC is #800333. Grayscale: #D1D1D1. Windows color (decimal): -8389428 or 13433983. OLE color: 13433983.

HSL color Cylindrical-coordinate representation of color #7FFCCC: hue angle of 156.96º 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 #7FFCCC is Cyan = 0.50, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB 127 252 204 -
CMYK 0.50 0 0.19 0.01
HSL 156.96º 0.95% 0.74% -
HSV(B) 156.96º 0.5% 0.99% -
XYZ 54.46 78.49 69.41 -
YUV 209.15 125.09 69.4 -
System Red Green Blue C M Y K H S L
Decimal 127 252 204 0.50 0 0.19 0.01 156.96 0.95 0.74
Hex 7F FC CC 32 0 13 1 9D 5F 4A
Octal 177 374 314 62 0 23 1 235 137 112
Binary 1111111 11111100 11001100 110010 0 10011 1 10011101 1011111 1001010

Color Harmonies of #7FFCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FFCCC

Black with #7FFCCC

Text Example


Text Example

White with #7FFCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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