Html Css Color HEX #7FFFCC Aquamarine

📋 copy color: '#7FFFCC'

red 127 ◦ green 255 ◦ blue 204

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

Shades of Aquamarine #7FFFCC

Tints of Aquamarine #7FFFCC

RGB

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

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

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

R = 21.67%
G = 43.52%
B = 34.81%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.2

 K value IS 0

RGB Variations

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

Color information

#7FFFCC (or 0x7FFFCC) is known color: Aquamarine. HEX triplet: 7F, FF and CC. RGB value is (127,255,204). Sum of RGB (Red+Green+Blue) = 127+255+204=586 (77% of max value = 765). Red value is 127 (50% from 255 or 21.67% from 586); Green value is 255 (100% from 255 or 43.52% from 586); Blue value is 204 (80.08% from 255 or 34.81% from 586); Max value from RGB is 255 - color contains mainly: green. Hex color #7FFFCC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FFFCC is #800033. Grayscale: #D2D2D2. Windows color (decimal): -8388660 or 13434751. OLE color: 13434751.

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

Color convert

RGB 127 255 204 -
CMYK 0.50 0 0.2 0
HSL 156.09º 1% 0.75% -
HSV(B) 156.09º 0.5% 1% -
XYZ 55.41 80.39 69.72 -
YUV 210.91 124.09 68.15 -
System Red Green Blue C M Y K H S L
Decimal 127 255 204 0.50 0 0.2 0 156.09 1 0.75
Hex 7F FF CC 32 0 14 0 9C 64 4B
Octal 177 377 314 62 0 24 0 234 144 113
Binary 1111111 11111111 11001100 110010 0 10100 0 10011100 1100100 1001011

Color Harmonies of #7FFFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FFFCC

Black with #7FFFCC

Text Example


Text Example

White with #7FFFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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