Html Css Color HEX #71CDB6 Downy

📋 copy color: '#71CDB6'

red 113 ◦ green 205 ◦ blue 182

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

Shades of Downy #71CDB6

Tints of Downy #71CDB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 36.4%

R = 22.6%
G = 41%
B = 36.4%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.11

 K value IS 0.20

RGB Variations

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

Color information

#71CDB6 (or 0x71CDB6) is known color: Downy. HEX triplet: 71, CD and B6. RGB value is (113,205,182). Sum of RGB (Red+Green+Blue) = 113+205+182=500 (66% of max value = 765). Red value is 113 (44.53% from 255 or 22.6% from 500); Green value is 205 (80.47% from 255 or 41% from 500); Blue value is 182 (71.48% from 255 or 36.4% from 500); Max value from RGB is 205 - color contains mainly: green. Hex color #71CDB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71CDB6 is #8E3249. Grayscale: #AEAEAE. Windows color (decimal): -9318986 or 11980145. OLE color: 11980145.

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

Color convert

RGB 113 205 182 -
CMYK 0.45 0 0.11 0.20
HSL 165º 0.48% 0.62% -
HSV(B) 165º 0.45% 0.8% -
XYZ 37.08 50.55 52.06 -
YUV 174.87 132.02 83.87 -
System Red Green Blue C M Y K H S L
Decimal 113 205 182 0.45 0 0.11 0.20 165 0.48 0.62
Hex 71 CD B6 2D 0 B 14 A5 30 3E
Octal 161 315 266 55 0 13 24 245 60 76
Binary 1110001 11001101 10110110 101101 0 1011 10100 10100101 110000 111110

Color Harmonies of #71CDB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71CDB6

Black with #71CDB6

Text Example


Text Example

White with #71CDB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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