Html Css Color HEX #71FDC3 Aquamarine

📋 copy color: '#71FDC3'

red 113 ◦ green 253 ◦ blue 195

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

Shades of Aquamarine #71FDC3

Tints of Aquamarine #71FDC3

RGB

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

 GREEN value IS 253 (99.22% from 255) = 45.1%

 BLUE value IS 195 (76.56% from 255) = 34.76%

R = 20.14%
G = 45.1%
B = 34.76%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#71FDC3 (or 0x71FDC3) is known color: Aquamarine. HEX triplet: 71, FD and C3. RGB value is (113,253,195). Sum of RGB (Red+Green+Blue) = 113+253+195=561 (74% of max value = 765). Red value is 113 (44.53% from 255 or 20.14% from 561); Green value is 253 (99.22% from 255 or 45.10% from 561); Blue value is 195 (76.56% from 255 or 34.76% from 561); Max value from RGB is 253 - color contains mainly: green. Hex color #71FDC3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71FDC3 is #8E023C. Grayscale: #CCCCCC. Windows color (decimal): -9306685 or 12844401. OLE color: 12844401.

HSL color Cylindrical-coordinate representation of color #71FDC3: hue angle of 155.14º degrees, saturation: 0.97, 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 #71FDC3 is Cyan = 0.55, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.

Color convert

RGB 113 253 195 -
CMYK 0.55 0 0.23 0.01
HSL 155.14º 0.97% 0.72% -
HSV(B) 155.14º 0.55% 0.99% -
XYZ 51.79 77.7 63.9 -
YUV 204.53 122.62 62.72 -
System Red Green Blue C M Y K H S L
Decimal 113 253 195 0.55 0 0.23 0.01 155.14 0.97 0.72
Hex 71 FD C3 37 0 17 1 9B 61 48
Octal 161 375 303 67 0 27 1 233 141 110
Binary 1110001 11111101 11000011 110111 0 10111 1 10011011 1100001 1001000

Color Harmonies of #71FDC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71FDC3

Black with #71FDC3

Text Example


Text Example

White with #71FDC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,253,195); }

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

background-color css

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

 a { background-color: rgb(113,253,195); }

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

border-color css

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

 span { border-color: rgb(113,253,195); }

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