Html Css Color HEX #71FFD8 Aquamarine

📋 copy color: '#71FFD8'

red 113 ◦ green 255 ◦ blue 216

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

Shades of Aquamarine #71FFD8

Tints of Aquamarine #71FFD8

RGB

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

 GREEN value IS 255 (100% from 255) = 43.66%

 BLUE value IS 216 (84.77% from 255) = 36.99%

R = 19.35%
G = 43.66%
B = 36.99%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.15

 K value IS 0

RGB Variations

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

Color information

#71FFD8 (or 0x71FFD8) is known color: Aquamarine. HEX triplet: 71, FF and D8. RGB value is (113,255,216). Sum of RGB (Red+Green+Blue) = 113+255+216=584 (77% of max value = 765). Red value is 113 (44.53% from 255 or 19.35% from 584); Green value is 255 (100% from 255 or 43.66% from 584); Blue value is 216 (84.77% from 255 or 36.99% from 584); Max value from RGB is 255 - color contains mainly: green. Hex color #71FFD8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71FFD8 is #8E0027. Grayscale: #D0D0D0. Windows color (decimal): -9306152 or 14221169. OLE color: 14221169.

HSL color Cylindrical-coordinate representation of color #71FFD8: hue angle of 163.52º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #71FFD8 is Cyan = 0.56, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.

Color convert

RGB 113 255 216 -
CMYK 0.56 0 0.15 0
HSL 163.52º 1% 0.72% -
HSV(B) 163.52º 0.56% 1% -
XYZ 54.96 79.99 77.51 -
YUV 208.1 132.46 60.17 -
System Red Green Blue C M Y K H S L
Decimal 113 255 216 0.56 0 0.15 0 163.52 1 0.72
Hex 71 FF D8 38 0 F 0 A4 64 48
Octal 161 377 330 70 0 17 0 244 144 110
Binary 1110001 11111111 11011000 111000 0 1111 0 10100100 1100100 1001000

Color Harmonies of #71FFD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71FFD8

Black with #71FFD8

Text Example


Text Example

White with #71FFD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,255,216); }

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

background-color css

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

 a { background-color: rgb(113,255,216); }

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

border-color css

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

 span { border-color: rgb(113,255,216); }

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