Html Css Color HEX #71FFE1 Aquamarine

📋 copy color: '#71FFE1'

red 113 ◦ green 255 ◦ blue 225

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

Shades of Aquamarine #71FFE1

Tints of Aquamarine #71FFE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 37.94%

R = 19.06%
G = 43%
B = 37.94%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.12

 K value IS 0

RGB Variations

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

Color information

#71FFE1 (or 0x71FFE1) is known color: Aquamarine. HEX triplet: 71, FF and E1. RGB value is (113,255,225). Sum of RGB (Red+Green+Blue) = 113+255+225=593 (78% of max value = 765). Red value is 113 (44.53% from 255 or 19.06% from 593); Green value is 255 (100% from 255 or 43.00% from 593); Blue value is 225 (88.28% from 255 or 37.94% from 593); Max value from RGB is 255 - color contains mainly: green. Hex color #71FFE1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71FFE1 is #8E001E. Grayscale: #D1D1D1. Windows color (decimal): -9306143 or 14810993. OLE color: 14810993.

HSL color Cylindrical-coordinate representation of color #71FFE1: hue angle of 167.32º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #71FFE1 is Cyan = 0.56, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.

Color convert

RGB 113 255 225 -
CMYK 0.56 0 0.12 0
HSL 167.32º 1% 0.72% -
HSV(B) 167.32º 0.56% 1% -
XYZ 56.16 80.47 83.81 -
YUV 209.12 136.96 59.44 -
System Red Green Blue C M Y K H S L
Decimal 113 255 225 0.56 0 0.12 0 167.32 1 0.72
Hex 71 FF E1 38 0 C 0 A7 64 48
Octal 161 377 341 70 0 14 0 247 144 110
Binary 1110001 11111111 11100001 111000 0 1100 0 10100111 1100100 1001000

Color Harmonies of #71FFE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71FFE1

Black with #71FFE1

Text Example


Text Example

White with #71FFE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,255,225); }

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

background-color css

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

 a { background-color: rgb(113,255,225); }

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

border-color css

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

 span { border-color: rgb(113,255,225); }

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