Html Css Color HEX #71F9B2 Aquamarine

📋 copy color: '#71F9B2'

red 113 ◦ green 249 ◦ blue 178

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

Shades of Aquamarine #71F9B2

Tints of Aquamarine #71F9B2

RGB

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

 GREEN value IS 249 (97.66% from 255) = 46.11%

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

R = 20.93%
G = 46.11%
B = 32.96%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#71F9B2 (or 0x71F9B2) is known color: Aquamarine. HEX triplet: 71, F9 and B2. RGB value is (113,249,178). Sum of RGB (Red+Green+Blue) = 113+249+178=540 (71% of max value = 765). Red value is 113 (44.53% from 255 or 20.93% from 540); Green value is 249 (97.66% from 255 or 46.11% from 540); Blue value is 178 (69.92% from 255 or 32.96% from 540); Max value from RGB is 249 - color contains mainly: green. Hex color #71F9B2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #71F9B2 is #8E064D. Grayscale: #C8C8C8. Windows color (decimal): -9307726 or 11729265. OLE color: 11729265.

HSL color Cylindrical-coordinate representation of color #71F9B2: hue angle of 148.68º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #71F9B2 is Cyan = 0.55, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB 113 249 178 -
CMYK 0.55 0 0.29 0.02
HSL 148.68º 0.92% 0.71% -
HSV(B) 148.68º 0.55% 0.98% -
XYZ 48.72 74.48 53.93 -
YUV 200.24 115.44 65.77 -
System Red Green Blue C M Y K H S L
Decimal 113 249 178 0.55 0 0.29 0.02 148.68 0.92 0.71
Hex 71 F9 B2 37 0 1D 2 95 5C 47
Octal 161 371 262 67 0 35 2 225 134 107
Binary 1110001 11111001 10110010 110111 0 11101 10 10010101 1011100 1000111

Color Harmonies of #71F9B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71F9B2

Black with #71F9B2

Text Example


Text Example

White with #71F9B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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