Html Css Color HEX #71F7B2 Aquamarine

📋 copy color: '#71F7B2'

red 113 ◦ green 247 ◦ blue 178

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

Shades of Aquamarine #71F7B2

Tints of Aquamarine #71F7B2

RGB

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

 GREEN value IS 247 (96.88% from 255) = 45.91%

 BLUE value IS 178 (69.92% from 255) = 33.09%

R = 21%
G = 45.91%
B = 33.09%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.28

 K value IS 0.03

RGB Variations

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

Color information

#71F7B2 (or 0x71F7B2) is known color: Aquamarine. HEX triplet: 71, F7 and B2. RGB value is (113,247,178). Sum of RGB (Red+Green+Blue) = 113+247+178=538 (71% of max value = 765). Red value is 113 (44.53% from 255 or 21.00% from 538); Green value is 247 (96.88% from 255 or 45.91% from 538); Blue value is 178 (69.92% from 255 or 33.09% from 538); Max value from RGB is 247 - color contains mainly: green. Hex color #71F7B2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #71F7B2 is #8E084D. Grayscale: #C7C7C7. Windows color (decimal): -9308238 or 11728753. OLE color: 11728753.

HSL color Cylindrical-coordinate representation of color #71F7B2: hue angle of 149.1º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #71F7B2 is Cyan = 0.54, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.03.

Color convert

RGB 113 247 178 -
CMYK 0.54 0 0.28 0.03
HSL 149.1º 0.89% 0.71% -
HSV(B) 149.1º 0.54% 0.97% -
XYZ 48.11 73.25 53.72 -
YUV 199.07 116.11 66.61 -
System Red Green Blue C M Y K H S L
Decimal 113 247 178 0.54 0 0.28 0.03 149.1 0.89 0.71
Hex 71 F7 B2 36 0 1C 3 95 59 47
Octal 161 367 262 66 0 34 3 225 131 107
Binary 1110001 11110111 10110010 110110 0 11100 11 10010101 1011001 1000111

Color Harmonies of #71F7B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71F7B2

Black with #71F7B2

Text Example


Text Example

White with #71F7B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,247,178); }

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

background-color css

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

 a { background-color: rgb(113,247,178); }

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

border-color css

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

 span { border-color: rgb(113,247,178); }

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