Html Css Color HEX #71DCCA Downy

📋 copy color: '#71DCCA'

red 113 ◦ green 220 ◦ blue 202

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

Shades of Downy #71DCCA

Tints of Downy #71DCCA

RGB

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

 GREEN value IS 220 (86.33% from 255) = 41.12%

 BLUE value IS 202 (79.3% from 255) = 37.76%

R = 21.12%
G = 41.12%
B = 37.76%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#71DCCA (or 0x71DCCA) is known color: Downy. HEX triplet: 71, DC and CA. RGB value is (113,220,202). Sum of RGB (Red+Green+Blue) = 113+220+202=535 (70% of max value = 765). Red value is 113 (44.53% from 255 or 21.12% from 535); Green value is 220 (86.33% from 255 or 41.12% from 535); Blue value is 202 (79.30% from 255 or 37.76% from 535); Max value from RGB is 220 - color contains mainly: green. Hex color #71DCCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71DCCA is #8E2335. Grayscale: #B9B9B9. Windows color (decimal): -9315126 or 13294705. OLE color: 13294705.

HSL color Cylindrical-coordinate representation of color #71DCCA: hue angle of 169.91º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #71DCCA is Cyan = 0.49, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB 113 220 202 -
CMYK 0.49 0 0.08 0.14
HSL 169.91º 0.6% 0.65% -
HSV(B) 169.91º 0.49% 0.86% -
XYZ 43.06 58.96 64.99 -
YUV 185.96 137.05 75.96 -
System Red Green Blue C M Y K H S L
Decimal 113 220 202 0.49 0 0.08 0.14 169.91 0.6 0.65
Hex 71 DC CA 31 0 8 E AA 3C 41
Octal 161 334 312 61 0 10 16 252 74 101
Binary 1110001 11011100 11001010 110001 0 1000 1110 10101010 111100 1000001

Color Harmonies of #71DCCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71DCCA

Black with #71DCCA

Text Example


Text Example

White with #71DCCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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