Html Css Color HEX #71FDDB Aquamarine

📋 copy color: '#71FDDB'

red 113 ◦ green 253 ◦ blue 219

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

Shades of Aquamarine #71FDDB

Tints of Aquamarine #71FDDB

RGB

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

 GREEN value IS 253 (99.22% from 255) = 43.25%

 BLUE value IS 219 (85.94% from 255) = 37.44%

R = 19.32%
G = 43.25%
B = 37.44%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#71FDDB (or 0x71FDDB) is known color: Aquamarine. HEX triplet: 71, FD and DB. RGB value is (113,253,219). Sum of RGB (Red+Green+Blue) = 113+253+219=585 (77% of max value = 765). Red value is 113 (44.53% from 255 or 19.32% from 585); Green value is 253 (99.22% from 255 or 43.25% from 585); Blue value is 219 (85.94% from 255 or 37.44% from 585); Max value from RGB is 253 - color contains mainly: green. Hex color #71FDDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71FDDB is #8E0224. Grayscale: #CFCFCF. Windows color (decimal): -9306661 or 14417265. OLE color: 14417265.

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

Color convert

RGB 113 253 219 -
CMYK 0.55 0 0.13 0.01
HSL 165.43º 0.97% 0.72% -
HSV(B) 165.43º 0.55% 0.99% -
XYZ 54.72 78.88 79.36 -
YUV 207.26 134.62 60.76 -
System Red Green Blue C M Y K H S L
Decimal 113 253 219 0.55 0 0.13 0.01 165.43 0.97 0.72
Hex 71 FD DB 37 0 D 1 A5 61 48
Octal 161 375 333 67 0 15 1 245 141 110
Binary 1110001 11111101 11011011 110111 0 1101 1 10100101 1100001 1001000

Color Harmonies of #71FDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71FDDB

Black with #71FDDB

Text Example


Text Example

White with #71FDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,253,219); }

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

background-color css

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

 a { background-color: rgb(113,253,219); }

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

border-color css

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

 span { border-color: rgb(113,253,219); }

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