Html Css Color HEX #71EAC7 Downy

📋 copy color: '#71EAC7'

red 113 ◦ green 234 ◦ blue 199

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

Shades of Downy #71EAC7

Tints of Downy #71EAC7

RGB

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

 GREEN value IS 234 (91.8% from 255) = 42.86%

 BLUE value IS 199 (78.13% from 255) = 36.45%

R = 20.7%
G = 42.86%
B = 36.45%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.15

 K value IS 0.08

RGB Variations

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

Color information

#71EAC7 (or 0x71EAC7) is known color: Downy. HEX triplet: 71, EA and C7. RGB value is (113,234,199). Sum of RGB (Red+Green+Blue) = 113+234+199=546 (72% of max value = 765). Red value is 113 (44.53% from 255 or 20.70% from 546); Green value is 234 (91.80% from 255 or 42.86% from 546); Blue value is 199 (78.12% from 255 or 36.45% from 546); Max value from RGB is 234 - color contains mainly: green. Hex color #71EAC7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71EAC7 is #8E1538. Grayscale: #C1C1C1. Windows color (decimal): -9311545 or 13101681. OLE color: 13101681.

HSL color Cylindrical-coordinate representation of color #71EAC7: hue angle of 162.64º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #71EAC7 is Cyan = 0.52, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.

Color convert

RGB 113 234 199 -
CMYK 0.52 0 0.15 0.08
HSL 162.64º 0.74% 0.68% -
HSV(B) 162.64º 0.52% 0.92% -
XYZ 46.54 66.48 64.41 -
YUV 193.83 130.91 70.35 -
System Red Green Blue C M Y K H S L
Decimal 113 234 199 0.52 0 0.15 0.08 162.64 0.74 0.68
Hex 71 EA C7 34 0 F 8 A3 4A 44
Octal 161 352 307 64 0 17 10 243 112 104
Binary 1110001 11101010 11000111 110100 0 1111 1000 10100011 1001010 1000100

Color Harmonies of #71EAC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71EAC7

Black with #71EAC7

Text Example


Text Example

White with #71EAC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,234,199); }

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

background-color css

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

 a { background-color: rgb(113,234,199); }

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

border-color css

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

 span { border-color: rgb(113,234,199); }

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