Html Css Color HEX #71FACA Aquamarine

📋 copy color: '#71FACA'

red 113 ◦ green 250 ◦ blue 202

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

Shades of Aquamarine #71FACA

Tints of Aquamarine #71FACA

RGB

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

 GREEN value IS 250 (98.05% from 255) = 44.25%

 BLUE value IS 202 (79.3% from 255) = 35.75%

R = 20%
G = 44.25%
B = 35.75%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#71FACA (or 0x71FACA) is known color: Aquamarine. HEX triplet: 71, FA and CA. RGB value is (113,250,202). Sum of RGB (Red+Green+Blue) = 113+250+202=565 (74% of max value = 765). Red value is 113 (44.53% from 255 or 20% from 565); Green value is 250 (98.05% from 255 or 44.25% from 565); Blue value is 202 (79.30% from 255 or 35.75% from 565); Max value from RGB is 250 - color contains mainly: green. Hex color #71FACA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71FACA is #8E0535. Grayscale: #CBCBCB. Windows color (decimal): -9307446 or 13302385. OLE color: 13302385.

HSL color Cylindrical-coordinate representation of color #71FACA: hue angle of 158.98º degrees, saturation: 0.93, 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 #71FACA is Cyan = 0.55, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB 113 250 202 -
CMYK 0.55 0 0.19 0.02
HSL 158.98º 0.93% 0.71% -
HSV(B) 158.98º 0.55% 0.98% -
XYZ 51.66 76.15 67.85 -
YUV 203.57 127.11 63.4 -
System Red Green Blue C M Y K H S L
Decimal 113 250 202 0.55 0 0.19 0.02 158.98 0.93 0.71
Hex 71 FA CA 37 0 13 2 9F 5D 47
Octal 161 372 312 67 0 23 2 237 135 107
Binary 1110001 11111010 11001010 110111 0 10011 10 10011111 1011101 1000111

Color Harmonies of #71FACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71FACA

Black with #71FACA

Text Example


Text Example

White with #71FACA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,250,202); }

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

background-color css

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

 a { background-color: rgb(113,250,202); }

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

border-color css

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

 span { border-color: rgb(113,250,202); }

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