Html Css Color HEX #71EAC4 Downy

📋 copy color: '#71EAC4'

red 113 ◦ green 234 ◦ blue 196

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

Shades of Downy #71EAC4

Tints of Downy #71EAC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 36.1%

R = 20.81%
G = 43.09%
B = 36.1%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.16

 K value IS 0.08

RGB Variations

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

Color information

#71EAC4 (or 0x71EAC4) is known color: Downy. HEX triplet: 71, EA and C4. RGB value is (113,234,196). Sum of RGB (Red+Green+Blue) = 113+234+196=543 (71% of max value = 765). Red value is 113 (44.53% from 255 or 20.81% from 543); Green value is 234 (91.80% from 255 or 43.09% from 543); Blue value is 196 (76.95% from 255 or 36.10% from 543); Max value from RGB is 234 - color contains mainly: green. Hex color #71EAC4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71EAC4 is #8E153B. Grayscale: #C1C1C1. Windows color (decimal): -9311548 or 12905073. OLE color: 12905073.

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

Color convert

RGB 113 234 196 -
CMYK 0.52 0 0.16 0.08
HSL 161.16º 0.74% 0.68% -
HSV(B) 161.16º 0.52% 0.92% -
XYZ 46.2 66.34 62.6 -
YUV 193.49 129.41 70.59 -
System Red Green Blue C M Y K H S L
Decimal 113 234 196 0.52 0 0.16 0.08 161.16 0.74 0.68
Hex 71 EA C4 34 0 10 8 A1 4A 44
Octal 161 352 304 64 0 20 10 241 112 104
Binary 1110001 11101010 11000100 110100 0 10000 1000 10100001 1001010 1000100

Color Harmonies of #71EAC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71EAC4

Black with #71EAC4

Text Example


Text Example

White with #71EAC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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