Html Css Color HEX #71FBD8 Aquamarine

📋 copy color: '#71FBD8'

red 113 ◦ green 251 ◦ blue 216

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

Shades of Aquamarine #71FBD8

Tints of Aquamarine #71FBD8

RGB

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

 GREEN value IS 251 (98.44% from 255) = 43.28%

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

R = 19.48%
G = 43.28%
B = 37.24%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.14

 K value IS 0.02

RGB Variations

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

Color information

#71FBD8 (or 0x71FBD8) is known color: Aquamarine. HEX triplet: 71, FB and D8. RGB value is (113,251,216). Sum of RGB (Red+Green+Blue) = 113+251+216=580 (76% of max value = 765). Red value is 113 (44.53% from 255 or 19.48% from 580); Green value is 251 (98.44% from 255 or 43.28% from 580); Blue value is 216 (84.77% from 255 or 37.24% from 580); Max value from RGB is 251 - color contains mainly: green. Hex color #71FBD8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71FBD8 is #8E0427. Grayscale: #CDCDCD. Windows color (decimal): -9307176 or 14220145. OLE color: 14220145.

HSL color Cylindrical-coordinate representation of color #71FBD8: hue angle of 164.78º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #71FBD8 is Cyan = 0.55, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB 113 251 216 -
CMYK 0.55 0 0.14 0.02
HSL 164.78º 0.95% 0.71% -
HSV(B) 164.78º 0.55% 0.98% -
XYZ 53.7 77.46 77.09 -
YUV 205.75 133.78 61.85 -
System Red Green Blue C M Y K H S L
Decimal 113 251 216 0.55 0 0.14 0.02 164.78 0.95 0.71
Hex 71 FB D8 37 0 E 2 A5 5F 47
Octal 161 373 330 67 0 16 2 245 137 107
Binary 1110001 11111011 11011000 110111 0 1110 10 10100101 1011111 1000111

Color Harmonies of #71FBD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71FBD8

Black with #71FBD8

Text Example


Text Example

White with #71FBD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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