Html Css Color HEX #71EDDC Aquamarine

📋 copy color: '#71EDDC'

red 113 ◦ green 237 ◦ blue 220

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

Shades of Aquamarine #71EDDC

Tints of Aquamarine #71EDDC

RGB

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

 GREEN value IS 237 (92.97% from 255) = 41.58%

 BLUE value IS 220 (86.33% from 255) = 38.6%

R = 19.82%
G = 41.58%
B = 38.6%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#71EDDC (or 0x71EDDC) is known color: Aquamarine. HEX triplet: 71, ED and DC. RGB value is (113,237,220). Sum of RGB (Red+Green+Blue) = 113+237+220=570 (75% of max value = 765). Red value is 113 (44.53% from 255 or 19.82% from 570); Green value is 237 (92.97% from 255 or 41.58% from 570); Blue value is 220 (86.33% from 255 or 38.60% from 570); Max value from RGB is 237 - color contains mainly: green. Hex color #71EDDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71EDDC is #8E1223. Grayscale: #C5C5C5. Windows color (decimal): -9310756 or 14478705. OLE color: 14478705.

HSL color Cylindrical-coordinate representation of color #71EDDC: hue angle of 171.77º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #71EDDC is Cyan = 0.52, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 113 237 220 -
CMYK 0.52 0 0.07 0.07
HSL 171.77º 0.78% 0.69% -
HSV(B) 171.77º 0.52% 0.93% -
XYZ 50.01 69.25 78.44 -
YUV 197.99 140.42 67.38 -
System Red Green Blue C M Y K H S L
Decimal 113 237 220 0.52 0 0.07 0.07 171.77 0.78 0.69
Hex 71 ED DC 34 0 7 7 AC 4E 45
Octal 161 355 334 64 0 7 7 254 116 105
Binary 1110001 11101101 11011100 110100 0 111 111 10101100 1001110 1000101

Color Harmonies of #71EDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71EDDC

Black with #71EDDC

Text Example


Text Example

White with #71EDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,237,220); }

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

background-color css

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

 a { background-color: rgb(113,237,220); }

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

border-color css

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

 span { border-color: rgb(113,237,220); }

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