Html Css Color HEX #71EDC9 Aquamarine

📋 copy color: '#71EDC9'

red 113 ◦ green 237 ◦ blue 201

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

Shades of Aquamarine #71EDC9

Tints of Aquamarine #71EDC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 36.48%

R = 20.51%
G = 43.01%
B = 36.48%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#71EDC9 (or 0x71EDC9) is known color: Aquamarine. HEX triplet: 71, ED and C9. RGB value is (113,237,201). Sum of RGB (Red+Green+Blue) = 113+237+201=551 (72% of max value = 765). Red value is 113 (44.53% from 255 or 20.51% from 551); Green value is 237 (92.97% from 255 or 43.01% from 551); Blue value is 201 (78.91% from 255 or 36.48% from 551); Max value from RGB is 237 - color contains mainly: green. Hex color #71EDC9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71EDC9 is #8E1236. Grayscale: #C3C3C3. Windows color (decimal): -9310775 or 13233521. OLE color: 13233521.

HSL color Cylindrical-coordinate representation of color #71EDC9: hue angle of 162.58º 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 #71EDC9 is Cyan = 0.52, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB 113 237 201 -
CMYK 0.52 0 0.15 0.07
HSL 162.58º 0.78% 0.69% -
HSV(B) 162.58º 0.52% 0.93% -
XYZ 47.64 68.3 65.93 -
YUV 195.82 130.92 68.93 -
System Red Green Blue C M Y K H S L
Decimal 113 237 201 0.52 0 0.15 0.07 162.58 0.78 0.69
Hex 71 ED C9 34 0 F 7 A3 4E 45
Octal 161 355 311 64 0 17 7 243 116 105
Binary 1110001 11101101 11001001 110100 0 1111 111 10100011 1001110 1000101

Color Harmonies of #71EDC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71EDC9

Black with #71EDC9

Text Example


Text Example

White with #71EDC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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