Html Css Color HEX #71CDCC Downy

📋 copy color: '#71CDCC'

red 113 ◦ green 205 ◦ blue 204

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

Shades of Downy #71CDCC

Tints of Downy #71CDCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.08%

R = 21.65%
G = 39.27%
B = 39.08%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.00

 K value IS 0.20

RGB Variations

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

Color information

#71CDCC (or 0x71CDCC) is known color: Downy. HEX triplet: 71, CD and CC. RGB value is (113,205,204). Sum of RGB (Red+Green+Blue) = 113+205+204=522 (69% of max value = 765). Red value is 113 (44.53% from 255 or 21.65% from 522); Green value is 205 (80.47% from 255 or 39.27% from 522); Blue value is 204 (80.08% from 255 or 39.08% from 522); Max value from RGB is 205 - color contains mainly: green. Hex color #71CDCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71CDCC is #8E3233. Grayscale: #B1B1B1. Windows color (decimal): -9318964 or 13421937. OLE color: 13421937.

HSL color Cylindrical-coordinate representation of color #71CDCC: hue angle of 179.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 #71CDCC is Cyan = 0.45, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.20.

Color convert

RGB 113 205 204 -
CMYK 0.45 0 0.00 0.20
HSL 179.35º 0.48% 0.62% -
HSV(B) 179.35º 0.45% 0.8% -
XYZ 39.54 51.53 64.99 -
YUV 177.38 143.02 82.08 -
System Red Green Blue C M Y K H S L
Decimal 113 205 204 0.45 0 0.00 0.20 179.35 0.48 0.62
Hex 71 CD CC 2D 0 0 14 B3 30 3E
Octal 161 315 314 55 0 0 24 263 60 76
Binary 1110001 11001101 11001100 101101 0 0 10100 10110011 110000 111110

Color Harmonies of #71CDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71CDCC

Black with #71CDCC

Text Example


Text Example

White with #71CDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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