Html Css Color HEX #71DCC3 Downy

📋 copy color: '#71DCC3'

red 113 ◦ green 220 ◦ blue 195

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

Shades of Downy #71DCC3

Tints of Downy #71DCC3

RGB

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

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

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

R = 21.4%
G = 41.67%
B = 36.93%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#71DCC3 (or 0x71DCC3) is known color: Downy. HEX triplet: 71, DC and C3. RGB value is (113,220,195). Sum of RGB (Red+Green+Blue) = 113+220+195=528 (69% of max value = 765). Red value is 113 (44.53% from 255 or 21.40% from 528); Green value is 220 (86.33% from 255 or 41.67% from 528); Blue value is 195 (76.56% from 255 or 36.93% from 528); Max value from RGB is 220 - color contains mainly: green. Hex color #71DCC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71DCC3 is #8E233C. Grayscale: #B9B9B9. Windows color (decimal): -9315133 or 12835953. OLE color: 12835953.

HSL color Cylindrical-coordinate representation of color #71DCC3: hue angle of 165.98º 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 #71DCC3 is Cyan = 0.49, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.

Color convert

RGB 113 220 195 -
CMYK 0.49 0 0.11 0.14
HSL 165.98º 0.6% 0.65% -
HSV(B) 165.98º 0.49% 0.86% -
XYZ 42.25 58.64 60.72 -
YUV 185.16 133.55 76.53 -
System Red Green Blue C M Y K H S L
Decimal 113 220 195 0.49 0 0.11 0.14 165.98 0.6 0.65
Hex 71 DC C3 31 0 B E A6 3C 41
Octal 161 334 303 61 0 13 16 246 74 101
Binary 1110001 11011100 11000011 110001 0 1011 1110 10100110 111100 1000001

Color Harmonies of #71DCC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71DCC3

Black with #71DCC3

Text Example


Text Example

White with #71DCC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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