Html Css Color HEX #71F3CA Aquamarine

📋 copy color: '#71F3CA'

red 113 ◦ green 243 ◦ blue 202

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

Shades of Aquamarine #71F3CA

Tints of Aquamarine #71F3CA

RGB

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

 GREEN value IS 243 (95.31% from 255) = 43.55%

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

R = 20.25%
G = 43.55%
B = 36.2%

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

#71F3CA (or 0x71F3CA) is known color: Aquamarine. HEX triplet: 71, F3 and CA. RGB value is (113,243,202). Sum of RGB (Red+Green+Blue) = 113+243+202=558 (73% of max value = 765). Red value is 113 (44.53% from 255 or 20.25% from 558); Green value is 243 (95.31% from 255 or 43.55% from 558); Blue value is 202 (79.30% from 255 or 36.20% from 558); Max value from RGB is 243 - color contains mainly: green. Hex color #71F3CA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71F3CA is #8E0C35. Grayscale: #C7C7C7. Windows color (decimal): -9309238 or 13300593. OLE color: 13300593.

HSL color Cylindrical-coordinate representation of color #71F3CA: hue angle of 161.08º degrees, saturation: 0.84, 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 #71F3CA is Cyan = 0.53, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB 113 243 202 -
CMYK 0.53 0 0.17 0.05
HSL 161.08º 0.84% 0.7% -
HSV(B) 161.08º 0.53% 0.95% -
XYZ 49.52 71.88 67.14 -
YUV 199.46 129.43 66.33 -
System Red Green Blue C M Y K H S L
Decimal 113 243 202 0.53 0 0.17 0.05 161.08 0.84 0.7
Hex 71 F3 CA 35 0 11 5 A1 54 46
Octal 161 363 312 65 0 21 5 241 124 106
Binary 1110001 11110011 11001010 110101 0 10001 101 10100001 1010100 1000110

Color Harmonies of #71F3CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71F3CA

Black with #71F3CA

Text Example


Text Example

White with #71F3CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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