#71C7BD

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

Shades of Downy #71C7BD

Tints of Downy #71C7BD

Color information

#71C7BD (or 0x71C7BD) is unknown color: approx Downy. HEX triplet: 71, C7 and BD. RGB value is (113,199,189). Sum of RGB (Red+Green+Blue) = 113+199+189=501 (66% of max value = 765). Red value is 113 (44.53% from 255 or 22.55% from 501); Green value is 199 (78.12% from 255 or 39.72% from 501); Blue value is 189 (74.22% from 255 or 37.72% from 501); Max value from RGB is 199 - color contains mainly: green. Hex color #71C7BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71C7BD is #8E3842. Grayscale: #ACACAC. Windows color (decimal): -9320515 or 12437361. OLE color: 12437361.

HSL color Cylindrical-coordinate representation of color #71C7BD: hue angle of 173.02º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #71C7BD is Cyan = 0.43, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB113199189-
CMYK0.4300.050.22
HSL173.02º43.43%61.18%-
HSV(B)173.02º43.22%78.04%-
XYZ36.4248.0355.5-
YUV172.15137.5185.81-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 22.55%
GREEN value IS 199 (78.12% from 255) = 39.72%
BLUE value IS 189 (74.22% from 255) = 37.72%
R=22.55%
G=39.72%
B=37.72%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1131991890.4300.050.22173.0243.4361.18
Hex71C7BD2B0516ad2b3d
Octal1613072755305262555375
Binary1110001110001111011110110101101011011010101101101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71C7BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,199,189); }

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

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

 a { background-color: rgb(113,199,189); }

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

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

 span { border-color: rgb(113,199,189); }

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