Html Css Color HEX #71FCCC Aquamarine

📋 copy color: '#71FCCC'

red 113 ◦ green 252 ◦ blue 204

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

Shades of Aquamarine #71FCCC

Tints of Aquamarine #71FCCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 35.85%

R = 19.86%
G = 44.29%
B = 35.85%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#71FCCC (or 0x71FCCC) is known color: Aquamarine. HEX triplet: 71, FC and CC. RGB value is (113,252,204). Sum of RGB (Red+Green+Blue) = 113+252+204=569 (75% of max value = 765). Red value is 113 (44.53% from 255 or 19.86% from 569); Green value is 252 (98.83% from 255 or 44.29% from 569); Blue value is 204 (80.08% from 255 or 35.85% from 569); Max value from RGB is 252 - color contains mainly: green. Hex color #71FCCC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71FCCC is #8E0333. Grayscale: #CDCDCD. Windows color (decimal): -9306932 or 13433969. OLE color: 13433969.

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

Color convert

RGB 113 252 204 -
CMYK 0.55 0 0.19 0.01
HSL 159.28º 0.96% 0.72% -
HSV(B) 159.28º 0.55% 0.99% -
XYZ 52.52 77.49 69.32 -
YUV 204.97 127.45 62.4 -
System Red Green Blue C M Y K H S L
Decimal 113 252 204 0.55 0 0.19 0.01 159.28 0.96 0.72
Hex 71 FC CC 37 0 13 1 9F 60 48
Octal 161 374 314 67 0 23 1 237 140 110
Binary 1110001 11111100 11001100 110111 0 10011 1 10011111 1100000 1001000

Color Harmonies of #71FCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71FCCC

Black with #71FCCC

Text Example


Text Example

White with #71FCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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