Html Css Color HEX #71F6DD Aquamarine

📋 copy color: '#71F6DD'

red 113 ◦ green 246 ◦ blue 221

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

Shades of Aquamarine #71F6DD

Tints of Aquamarine #71F6DD

RGB

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

 GREEN value IS 246 (96.48% from 255) = 42.41%

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

R = 19.48%
G = 42.41%
B = 38.1%

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

#71F6DD (or 0x71F6DD) is known color: Aquamarine. HEX triplet: 71, F6 and DD. RGB value is (113,246,221). Sum of RGB (Red+Green+Blue) = 113+246+221=580 (76% of max value = 765). Red value is 113 (44.53% from 255 or 19.48% from 580); Green value is 246 (96.48% from 255 or 42.41% from 580); Blue value is 221 (86.72% from 255 or 38.10% from 580); Max value from RGB is 246 - color contains mainly: green. Hex color #71F6DD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71F6DD is #8E0922. Grayscale: #CBCBCB. Windows color (decimal): -9308451 or 14546545. OLE color: 14546545.

HSL color Cylindrical-coordinate representation of color #71F6DD: hue angle of 168.72º degrees, saturation: 0.88, 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 #71F6DD is Cyan = 0.54, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB 113 246 221 -
CMYK 0.54 0 0.10 0.04
HSL 168.72º 0.88% 0.7% -
HSV(B) 168.72º 0.54% 0.96% -
XYZ 52.82 74.64 80.03 -
YUV 203.38 137.94 63.53 -
System Red Green Blue C M Y K H S L
Decimal 113 246 221 0.54 0 0.10 0.04 168.72 0.88 0.7
Hex 71 F6 DD 36 0 A 4 A9 58 46
Octal 161 366 335 66 0 12 4 251 130 106
Binary 1110001 11110110 11011101 110110 0 1010 100 10101001 1011000 1000110

Color Harmonies of #71F6DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71F6DD

Black with #71F6DD

Text Example


Text Example

White with #71F6DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,246,221); }

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

background-color css

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

 a { background-color: rgb(113,246,221); }

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

border-color css

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

 span { border-color: rgb(113,246,221); }

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