Html Css Color HEX #71CAC3 Downy

📋 copy color: '#71CAC3'

red 113 ◦ green 202 ◦ blue 195

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

Shades of Downy #71CAC3

Tints of Downy #71CAC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 38.24%

R = 22.16%
G = 39.61%
B = 38.24%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.03

 K value IS 0.21

RGB Variations

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

Color information

#71CAC3 (or 0x71CAC3) is known color: Downy. HEX triplet: 71, CA and C3. RGB value is (113,202,195). Sum of RGB (Red+Green+Blue) = 113+202+195=510 (67% of max value = 765). Red value is 113 (44.53% from 255 or 22.16% from 510); Green value is 202 (79.30% from 255 or 39.61% from 510); Blue value is 195 (76.56% from 255 or 38.24% from 510); Max value from RGB is 202 - color contains mainly: green. Hex color #71CAC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71CAC3 is #8E353C. Grayscale: #AEAEAE. Windows color (decimal): -9319741 or 12831345. OLE color: 12831345.

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

Color convert

RGB 113 202 195 -
CMYK 0.44 0 0.03 0.21
HSL 175.28º 0.46% 0.62% -
HSV(B) 175.28º 0.44% 0.79% -
XYZ 37.78 49.69 59.23 -
YUV 174.59 139.51 84.07 -
System Red Green Blue C M Y K H S L
Decimal 113 202 195 0.44 0 0.03 0.21 175.28 0.46 0.62
Hex 71 CA C3 2C 0 3 15 AF 2E 3E
Octal 161 312 303 54 0 3 25 257 56 76
Binary 1110001 11001010 11000011 101100 0 11 10101 10101111 101110 111110

Color Harmonies of #71CAC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71CAC3

Black with #71CAC3

Text Example


Text Example

White with #71CAC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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