Html Css Color HEX #71CDB5 Downy

📋 copy color: '#71CDB5'

red 113 ◦ green 205 ◦ blue 181

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

Shades of Downy #71CDB5

Tints of Downy #71CDB5

RGB

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

 GREEN value IS 205 (80.47% from 255) = 41.08%

 BLUE value IS 181 (71.09% from 255) = 36.27%

R = 22.65%
G = 41.08%
B = 36.27%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.12

 K value IS 0.20

RGB Variations

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

Color information

#71CDB5 (or 0x71CDB5) is known color: Downy. HEX triplet: 71, CD and B5. RGB value is (113,205,181). Sum of RGB (Red+Green+Blue) = 113+205+181=499 (66% of max value = 765). Red value is 113 (44.53% from 255 or 22.65% from 499); Green value is 205 (80.47% from 255 or 41.08% from 499); Blue value is 181 (71.09% from 255 or 36.27% from 499); Max value from RGB is 205 - color contains mainly: green. Hex color #71CDB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71CDB5 is #8E324A. Grayscale: #AEAEAE. Windows color (decimal): -9318987 or 11914609. OLE color: 11914609.

HSL color Cylindrical-coordinate representation of color #71CDB5: hue angle of 164.35º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #71CDB5 is Cyan = 0.45, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.

Color convert

RGB 113 205 181 -
CMYK 0.45 0 0.12 0.20
HSL 164.35º 0.48% 0.62% -
HSV(B) 164.35º 0.45% 0.8% -
XYZ 36.98 50.51 51.52 -
YUV 174.76 131.52 83.95 -
System Red Green Blue C M Y K H S L
Decimal 113 205 181 0.45 0 0.12 0.20 164.35 0.48 0.62
Hex 71 CD B5 2D 0 C 14 A4 30 3E
Octal 161 315 265 55 0 14 24 244 60 76
Binary 1110001 11001101 10110101 101101 0 1100 10100 10100100 110000 111110

Color Harmonies of #71CDB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71CDB5

Black with #71CDB5

Text Example


Text Example

White with #71CDB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,205,181); }

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

background-color css

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

 a { background-color: rgb(113,205,181); }

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

border-color css

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

 span { border-color: rgb(113,205,181); }

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