Html Css Color HEX #7FFCDD Aquamarine

📋 copy color: '#7FFCDD'

red 127 ◦ green 252 ◦ blue 221

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

Shades of Aquamarine #7FFCDD

Tints of Aquamarine #7FFCDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 36.83%

R = 21.17%
G = 42%
B = 36.83%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#7FFCDD (or 0x7FFCDD) is known color: Aquamarine. HEX triplet: 7F, FC and DD. RGB value is (127,252,221). Sum of RGB (Red+Green+Blue) = 127+252+221=600 (79% of max value = 765). Red value is 127 (50% from 255 or 21.17% from 600); Green value is 252 (98.83% from 255 or 42% from 600); Blue value is 221 (86.72% from 255 or 36.83% from 600); Max value from RGB is 252 - color contains mainly: green. Hex color #7FFCDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FFCDD is #800322. Grayscale: #D3D3D3. Windows color (decimal): -8389411 or 14548095. OLE color: 14548095.

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

Color convert

RGB 127 252 221 -
CMYK 0.50 0 0.12 0.01
HSL 165.12º 0.95% 0.74% -
HSV(B) 165.12º 0.5% 0.99% -
XYZ 56.61 79.35 80.74 -
YUV 211.09 133.59 68.02 -
System Red Green Blue C M Y K H S L
Decimal 127 252 221 0.50 0 0.12 0.01 165.12 0.95 0.74
Hex 7F FC DD 32 0 C 1 A5 5F 4A
Octal 177 374 335 62 0 14 1 245 137 112
Binary 1111111 11111100 11011101 110010 0 1100 1 10100101 1011111 1001010

Color Harmonies of #7FFCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FFCDD

Black with #7FFCDD

Text Example


Text Example

White with #7FFCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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