Html Css Color HEX #71CEB6 Downy

📋 copy color: '#71CEB6'

red 113 ◦ green 206 ◦ blue 182

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

Shades of Downy #71CEB6

Tints of Downy #71CEB6

RGB

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

 GREEN value IS 206 (80.86% from 255) = 41.12%

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

R = 22.55%
G = 41.12%
B = 36.33%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.12

 K value IS 0.19

RGB Variations

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

Color information

#71CEB6 (or 0x71CEB6) is known color: Downy. HEX triplet: 71, CE and B6. RGB value is (113,206,182). Sum of RGB (Red+Green+Blue) = 113+206+182=501 (66% of max value = 765). Red value is 113 (44.53% from 255 or 22.55% from 501); Green value is 206 (80.86% from 255 or 41.12% from 501); Blue value is 182 (71.48% from 255 or 36.33% from 501); Max value from RGB is 206 - color contains mainly: green. Hex color #71CEB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71CEB6 is #8E3149. Grayscale: #AFAFAF. Windows color (decimal): -9318730 or 11980401. OLE color: 11980401.

HSL color Cylindrical-coordinate representation of color #71CEB6: hue angle of 164.52º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #71CEB6 is Cyan = 0.45, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.

Color convert

RGB 113 206 182 -
CMYK 0.45 0 0.12 0.19
HSL 164.52º 0.49% 0.63% -
HSV(B) 164.52º 0.45% 0.81% -
XYZ 37.32 51.03 52.14 -
YUV 175.46 131.69 83.45 -
System Red Green Blue C M Y K H S L
Decimal 113 206 182 0.45 0 0.12 0.19 164.52 0.49 0.63
Hex 71 CE B6 2D 0 C 13 A5 31 3F
Octal 161 316 266 55 0 14 23 245 61 77
Binary 1110001 11001110 10110110 101101 0 1100 10011 10100101 110001 111111

Color Harmonies of #71CEB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71CEB6

Black with #71CEB6

Text Example


Text Example

White with #71CEB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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