Html Css Color HEX #71FCCF Aquamarine

📋 copy color: '#71FCCF'

red 113 ◦ green 252 ◦ blue 207

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

Shades of Aquamarine #71FCCF

Tints of Aquamarine #71FCCF

RGB

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

 GREEN value IS 252 (98.83% from 255) = 44.06%

 BLUE value IS 207 (81.25% from 255) = 36.19%

R = 19.76%
G = 44.06%
B = 36.19%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#71FCCF (or 0x71FCCF) is known color: Aquamarine. HEX triplet: 71, FC and CF. RGB value is (113,252,207). Sum of RGB (Red+Green+Blue) = 113+252+207=572 (75% of max value = 765). Red value is 113 (44.53% from 255 or 19.76% from 572); Green value is 252 (98.83% from 255 or 44.06% from 572); Blue value is 207 (81.25% from 255 or 36.19% from 572); Max value from RGB is 252 - color contains mainly: green. Hex color #71FCCF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71FCCF is #8E0330. Grayscale: #CDCDCD. Windows color (decimal): -9306929 or 13630577. OLE color: 13630577.

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

Color convert

RGB 113 252 207 -
CMYK 0.55 0 0.18 0.01
HSL 160.58º 0.96% 0.72% -
HSV(B) 160.58º 0.55% 0.99% -
XYZ 52.88 77.64 71.23 -
YUV 205.31 128.95 62.16 -
System Red Green Blue C M Y K H S L
Decimal 113 252 207 0.55 0 0.18 0.01 160.58 0.96 0.72
Hex 71 FC CF 37 0 12 1 A1 60 48
Octal 161 374 317 67 0 22 1 241 140 110
Binary 1110001 11111100 11001111 110111 0 10010 1 10100001 1100000 1001000

Color Harmonies of #71FCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71FCCF

Black with #71FCCF

Text Example


Text Example

White with #71FCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,252,207); }

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

background-color css

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

 a { background-color: rgb(113,252,207); }

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

border-color css

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

 span { border-color: rgb(113,252,207); }

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