Html Css Color HEX #71CEC5 Downy

📋 copy color: '#71CEC5'

red 113 ◦ green 206 ◦ blue 197

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

Shades of Downy #71CEC5

Tints of Downy #71CEC5

RGB

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

 GREEN value IS 206 (80.86% from 255) = 39.92%

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

R = 21.9%
G = 39.92%
B = 38.18%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.04

 K value IS 0.19

RGB Variations

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

Color information

#71CEC5 (or 0x71CEC5) is known color: Downy. HEX triplet: 71, CE and C5. RGB value is (113,206,197). Sum of RGB (Red+Green+Blue) = 113+206+197=516 (68% of max value = 765). Red value is 113 (44.53% from 255 or 21.90% from 516); Green value is 206 (80.86% from 255 or 39.92% from 516); Blue value is 197 (77.34% from 255 or 38.18% from 516); Max value from RGB is 206 - color contains mainly: green. Hex color #71CEC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71CEC5 is #8E313A. Grayscale: #B1B1B1. Windows color (decimal): -9318715 or 12963441. OLE color: 12963441.

HSL color Cylindrical-coordinate representation of color #71CEC5: hue angle of 174.19º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #71CEC5 is Cyan = 0.45, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.

Color convert

RGB 113 206 197 -
CMYK 0.45 0 0.04 0.19
HSL 174.19º 0.49% 0.63% -
HSV(B) 174.19º 0.45% 0.81% -
XYZ 38.96 51.68 60.75 -
YUV 177.17 139.19 82.23 -
System Red Green Blue C M Y K H S L
Decimal 113 206 197 0.45 0 0.04 0.19 174.19 0.49 0.63
Hex 71 CE C5 2D 0 4 13 AE 31 3F
Octal 161 316 305 55 0 4 23 256 61 77
Binary 1110001 11001110 11000101 101101 0 100 10011 10101110 110001 111111

Color Harmonies of #71CEC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71CEC5

Black with #71CEC5

Text Example


Text Example

White with #71CEC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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