Html Css Color HEX #71F5DC Aquamarine

📋 copy color: '#71F5DC'

red 113 ◦ green 245 ◦ blue 220

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

Shades of Aquamarine #71F5DC

Tints of Aquamarine #71F5DC

RGB

 RED value IS 113 (44.53% from 255) = 19.55%

 GREEN value IS 245 (96.09% from 255) = 42.39%

 BLUE value IS 220 (86.33% from 255) = 38.06%

R = 19.55%
G = 42.39%
B = 38.06%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#71F5DC (or 0x71F5DC) is known color: Aquamarine. HEX triplet: 71, F5 and DC. RGB value is (113,245,220). Sum of RGB (Red+Green+Blue) = 113+245+220=578 (76% of max value = 765). Red value is 113 (44.53% from 255 or 19.55% from 578); Green value is 245 (96.09% from 255 or 42.39% from 578); Blue value is 220 (86.33% from 255 or 38.06% from 578); Max value from RGB is 245 - color contains mainly: green. Hex color #71F5DC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71F5DC is #8E0A23. Grayscale: #CACACA. Windows color (decimal): -9308708 or 14480753. OLE color: 14480753.

HSL color Cylindrical-coordinate representation of color #71F5DC: hue angle of 168.64º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #71F5DC is Cyan = 0.54, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB 113 245 220 -
CMYK 0.54 0 0.10 0.04
HSL 168.64º 0.87% 0.7% -
HSV(B) 168.64º 0.54% 0.96% -
XYZ 52.38 73.98 79.23 -
YUV 202.68 137.77 64.03 -
System Red Green Blue C M Y K H S L
Decimal 113 245 220 0.54 0 0.10 0.04 168.64 0.87 0.7
Hex 71 F5 DC 36 0 A 4 A9 57 46
Octal 161 365 334 66 0 12 4 251 127 106
Binary 1110001 11110101 11011100 110110 0 1010 100 10101001 1010111 1000110

Color Harmonies of #71F5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71F5DC

Black with #71F5DC

Text Example


Text Example

White with #71F5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71F5DC; }

 p { color: rgb(113,245,220); }

 H1.HeaderClassName
 {
   color: #71F5DC;
 }
 .AnyTagClassName
 {
   color: #71F5DC;
 }
</style>

background-color css

<style>
 a { background-color: #71F5DC; }

 a { background-color: rgb(113,245,220); }

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

border-color css

<style>
 span { border-color: #71F5DC; }

 span { border-color: rgb(113,245,220); }

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