Html Css Color HEX #71FCE2 Aquamarine

📋 copy color: '#71FCE2'

red 113 ◦ green 252 ◦ blue 226

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

Shades of Aquamarine #71FCE2

Tints of Aquamarine #71FCE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 38.24%

R = 19.12%
G = 42.64%
B = 38.24%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.10

 K value IS 0.01

RGB Variations

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

Color information

#71FCE2 (or 0x71FCE2) is known color: Aquamarine. HEX triplet: 71, FC and E2. RGB value is (113,252,226). Sum of RGB (Red+Green+Blue) = 113+252+226=591 (78% of max value = 765). Red value is 113 (44.53% from 255 or 19.12% from 591); Green value is 252 (98.83% from 255 or 42.64% from 591); Blue value is 226 (88.67% from 255 or 38.24% from 591); Max value from RGB is 252 - color contains mainly: green. Hex color #71FCE2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71FCE2 is #8E031D. Grayscale: #CFCFCF. Windows color (decimal): -9306910 or 14875761. OLE color: 14875761.

HSL color Cylindrical-coordinate representation of color #71FCE2: hue angle of 168.78º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #71FCE2 is Cyan = 0.55, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.01.

Color convert

RGB 113 252 226 -
CMYK 0.55 0 0.10 0.01
HSL 168.78º 0.96% 0.72% -
HSV(B) 168.78º 0.55% 0.99% -
XYZ 55.35 78.62 84.21 -
YUV 207.48 138.45 60.61 -
System Red Green Blue C M Y K H S L
Decimal 113 252 226 0.55 0 0.10 0.01 168.78 0.96 0.72
Hex 71 FC E2 37 0 A 1 A9 60 48
Octal 161 374 342 67 0 12 1 251 140 110
Binary 1110001 11111100 11100010 110111 0 1010 1 10101001 1100000 1001000

Color Harmonies of #71FCE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71FCE2

Black with #71FCE2

Text Example


Text Example

White with #71FCE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,252,226); }

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

background-color css

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

 a { background-color: rgb(113,252,226); }

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

border-color css

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

 span { border-color: rgb(113,252,226); }

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