#71CCB7

Color #71CCB7 Downy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Downy #71CCB7

Tints of Downy #71CCB7

Color information

#71CCB7 (or 0x71CCB7) is unknown color: approx Downy. HEX triplet: 71, CC and B7. RGB value is (113,204,183). Sum of RGB (Red+Green+Blue) = 113+204+183=500 (66% of max value = 765). Red value is 113 (44.53% from 255 or 22.6% from 500); Green value is 204 (80.08% from 255 or 40.8% from 500); Blue value is 183 (71.88% from 255 or 36.6% from 500); Max value from RGB is 204 - color contains mainly: green. Hex color #71CCB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71CCB7 is #8E3348. Grayscale: #AEAEAE. Windows color (decimal): -9319241 or 12045425. OLE color: 12045425.

HSL color Cylindrical-coordinate representation of color #71CCB7: hue angle of 166.15º degrees, saturation: 0.47, 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 #71CCB7 is Cyan = 0.45, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.2.

Color convert

RGB113204183-
CMYK0.4500.100.2
HSL166.15º47.15%62.16%-
HSV(B)166.15º44.61%80%-
XYZ36.9550.1252.53-
YUV174.4132.8584.21-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 22.6%
GREEN value IS 204 (80.08% from 255) = 40.8%
BLUE value IS 183 (71.88% from 255) = 36.6%
R=22.6%
G=40.8%
B=36.6%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1132041830.4500.100.2166.1547.1562.16
Hex71CCB72D0A14a62f3e
Octal16131426755012242465776
Binary11100011100110010110111101101010101010010100110101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71CCB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #71CCB7;
 }
 .AnyTagClassName
 {
   color: #71CCB7;
 }
</style>
background-color css

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

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

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

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

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

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