Html Css Color HEX #71F2CA Aquamarine

📋 copy color: '#71F2CA'

red 113 ◦ green 242 ◦ blue 202

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

Shades of Aquamarine #71F2CA

Tints of Aquamarine #71F2CA

RGB

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

 GREEN value IS 242 (94.92% from 255) = 43.45%

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

R = 20.29%
G = 43.45%
B = 36.27%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#71F2CA (or 0x71F2CA) is known color: Aquamarine. HEX triplet: 71, F2 and CA. RGB value is (113,242,202). Sum of RGB (Red+Green+Blue) = 113+242+202=557 (73% of max value = 765). Red value is 113 (44.53% from 255 or 20.29% from 557); Green value is 242 (94.92% from 255 or 43.45% from 557); Blue value is 202 (79.30% from 255 or 36.27% from 557); Max value from RGB is 242 - color contains mainly: green. Hex color #71F2CA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71F2CA is #8E0D35. Grayscale: #C6C6C6. Windows color (decimal): -9309494 or 13300337. OLE color: 13300337.

HSL color Cylindrical-coordinate representation of color #71F2CA: hue angle of 161.4º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #71F2CA is Cyan = 0.53, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB 113 242 202 -
CMYK 0.53 0 0.17 0.05
HSL 161.4º 0.83% 0.7% -
HSV(B) 161.4º 0.53% 0.95% -
XYZ 49.22 71.28 67.04 -
YUV 198.87 129.76 66.75 -
System Red Green Blue C M Y K H S L
Decimal 113 242 202 0.53 0 0.17 0.05 161.4 0.83 0.7
Hex 71 F2 CA 35 0 11 5 A1 53 46
Octal 161 362 312 65 0 21 5 241 123 106
Binary 1110001 11110010 11001010 110101 0 10001 101 10100001 1010011 1000110

Color Harmonies of #71F2CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71F2CA

Black with #71F2CA

Text Example


Text Example

White with #71F2CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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