Html Css Color HEX #71CAC0 Downy

📋 copy color: '#71CAC0'

red 113 ◦ green 202 ◦ blue 192

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

Shades of Downy #71CAC0

Tints of Downy #71CAC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 37.87%

R = 22.29%
G = 39.84%
B = 37.87%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#71CAC0 (or 0x71CAC0) is known color: Downy. HEX triplet: 71, CA and C0. RGB value is (113,202,192). Sum of RGB (Red+Green+Blue) = 113+202+192=507 (67% of max value = 765). Red value is 113 (44.53% from 255 or 22.29% from 507); Green value is 202 (79.30% from 255 or 39.84% from 507); Blue value is 192 (75.39% from 255 or 37.87% from 507); Max value from RGB is 202 - color contains mainly: green. Hex color #71CAC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71CAC0 is #8E353F. Grayscale: #AEAEAE. Windows color (decimal): -9319744 or 12634737. OLE color: 12634737.

HSL color Cylindrical-coordinate representation of color #71CAC0: hue angle of 173.26º 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 #71CAC0 is Cyan = 0.44, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB 113 202 192 -
CMYK 0.44 0 0.05 0.21
HSL 173.26º 0.46% 0.62% -
HSV(B) 173.26º 0.44% 0.79% -
XYZ 37.45 49.56 57.46 -
YUV 174.25 138.01 84.31 -
System Red Green Blue C M Y K H S L
Decimal 113 202 192 0.44 0 0.05 0.21 173.26 0.46 0.62
Hex 71 CA C0 2C 0 5 15 AD 2E 3E
Octal 161 312 300 54 0 5 25 255 56 76
Binary 1110001 11001010 11000000 101100 0 101 10101 10101101 101110 111110

Color Harmonies of #71CAC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71CAC0

Black with #71CAC0

Text Example


Text Example

White with #71CAC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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