Html Css Color HEX #7FFCCA Aquamarine

📋 copy color: '#7FFCCA'

red 127 ◦ green 252 ◦ blue 202

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

Shades of Aquamarine #7FFCCA

Tints of Aquamarine #7FFCCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 34.77%

R = 21.86%
G = 43.37%
B = 34.77%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#7FFCCA (or 0x7FFCCA) is known color: Aquamarine. HEX triplet: 7F, FC and CA. RGB value is (127,252,202). Sum of RGB (Red+Green+Blue) = 127+252+202=581 (76% of max value = 765). Red value is 127 (50% from 255 or 21.86% from 581); Green value is 252 (98.83% from 255 or 43.37% from 581); Blue value is 202 (79.30% from 255 or 34.77% from 581); Max value from RGB is 252 - color contains mainly: green. Hex color #7FFCCA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FFCCA is #800335. Grayscale: #D0D0D0. Windows color (decimal): -8389430 or 13302911. OLE color: 13302911.

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

Color convert

RGB 127 252 202 -
CMYK 0.50 0 0.20 0.01
HSL 156º 0.95% 0.74% -
HSV(B) 156º 0.5% 0.99% -
XYZ 54.22 78.4 68.15 -
YUV 208.93 124.09 69.57 -
System Red Green Blue C M Y K H S L
Decimal 127 252 202 0.50 0 0.20 0.01 156 0.95 0.74
Hex 7F FC CA 32 0 14 1 9C 5F 4A
Octal 177 374 312 62 0 24 1 234 137 112
Binary 1111111 11111100 11001010 110010 0 10100 1 10011100 1011111 1001010

Color Harmonies of #7FFCCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FFCCA

Black with #7FFCCA

Text Example


Text Example

White with #7FFCCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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