Html Css Color HEX #71FCC8 Aquamarine

📋 copy color: '#71FCC8'

red 113 ◦ green 252 ◦ blue 200

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

Shades of Aquamarine #71FCC8

Tints of Aquamarine #71FCC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 35.4%

R = 20%
G = 44.6%
B = 35.4%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#71FCC8 (or 0x71FCC8) is known color: Aquamarine. HEX triplet: 71, FC and C8. RGB value is (113,252,200). Sum of RGB (Red+Green+Blue) = 113+252+200=565 (74% of max value = 765). Red value is 113 (44.53% from 255 or 20% from 565); Green value is 252 (98.83% from 255 or 44.60% from 565); Blue value is 200 (78.52% from 255 or 35.40% from 565); Max value from RGB is 252 - color contains mainly: green. Hex color #71FCC8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71FCC8 is #8E0337. Grayscale: #CCCCCC. Windows color (decimal): -9306936 or 13171825. OLE color: 13171825.

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

Color convert

RGB 113 252 200 -
CMYK 0.55 0 0.21 0.01
HSL 157.55º 0.96% 0.72% -
HSV(B) 157.55º 0.55% 0.99% -
XYZ 52.05 77.3 66.82 -
YUV 204.51 125.45 62.73 -
System Red Green Blue C M Y K H S L
Decimal 113 252 200 0.55 0 0.21 0.01 157.55 0.96 0.72
Hex 71 FC C8 37 0 15 1 9E 60 48
Octal 161 374 310 67 0 25 1 236 140 110
Binary 1110001 11111100 11001000 110111 0 10101 1 10011110 1100000 1001000

Color Harmonies of #71FCC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71FCC8

Black with #71FCC8

Text Example


Text Example

White with #71FCC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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