Html Css Color HEX #71CAC5 Downy

📋 copy color: '#71CAC5'

red 113 ◦ green 202 ◦ blue 197

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

Shades of Downy #71CAC5

Tints of Downy #71CAC5

RGB

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

 GREEN value IS 202 (79.3% from 255) = 39.45%

 BLUE value IS 197 (77.34% from 255) = 38.48%

R = 22.07%
G = 39.45%
B = 38.48%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.02

 K value IS 0.21

RGB Variations

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

Color information

#71CAC5 (or 0x71CAC5) is known color: Downy. HEX triplet: 71, CA and C5. RGB value is (113,202,197). Sum of RGB (Red+Green+Blue) = 113+202+197=512 (67% of max value = 765). Red value is 113 (44.53% from 255 or 22.07% from 512); Green value is 202 (79.30% from 255 or 39.45% from 512); Blue value is 197 (77.34% from 255 or 38.48% from 512); Max value from RGB is 202 - color contains mainly: green. Hex color #71CAC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71CAC5 is #8E353A. Grayscale: #AEAEAE. Windows color (decimal): -9319739 or 12962417. OLE color: 12962417.

HSL color Cylindrical-coordinate representation of color #71CAC5: hue angle of 176.63º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #71CAC5 is Cyan = 0.44, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.21.

Color convert

RGB 113 202 197 -
CMYK 0.44 0 0.02 0.21
HSL 176.63º 0.46% 0.62% -
HSV(B) 176.63º 0.44% 0.79% -
XYZ 38.01 49.78 60.43 -
YUV 174.82 140.51 83.91 -
System Red Green Blue C M Y K H S L
Decimal 113 202 197 0.44 0 0.02 0.21 176.63 0.46 0.62
Hex 71 CA C5 2C 0 2 15 B1 2E 3E
Octal 161 312 305 54 0 2 25 261 56 76
Binary 1110001 11001010 11000101 101100 0 10 10101 10110001 101110 111110

Color Harmonies of #71CAC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71CAC5

Black with #71CAC5

Text Example


Text Example

White with #71CAC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,202,197); }

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

background-color css

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

 a { background-color: rgb(113,202,197); }

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

border-color css

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

 span { border-color: rgb(113,202,197); }

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