#71CFCB

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

Shades of Downy #71CFCB

Tints of Downy #71CFCB

Color information

#71CFCB (or 0x71CFCB) is unknown color: approx Downy. HEX triplet: 71, CF and CB. RGB value is (113,207,203). Sum of RGB (Red+Green+Blue) = 113+207+203=523 (69% of max value = 765). Red value is 113 (44.53% from 255 or 21.61% from 523); Green value is 207 (81.25% from 255 or 39.58% from 523); Blue value is 203 (79.69% from 255 or 38.81% from 523); Max value from RGB is 207 - color contains mainly: green. Hex color #71CFCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71CFCB is #8E3034. Grayscale: #B2B2B2. Windows color (decimal): -9318453 or 13356913. OLE color: 13356913.

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

Color convert

RGB113207203-
CMYK0.4500.020.19
HSL177.45º49.47%62.75%-
HSV(B)177.45º45.41%81.18%-
XYZ39.952.4564.52-
YUV178.44141.8681.33-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 21.61%
GREEN value IS 207 (81.25% from 255) = 39.58%
BLUE value IS 203 (79.69% from 255) = 38.81%
R=21.61%
G=39.58%
B=38.81%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1132072030.4500.020.19177.4549.4762.75
Hex71CFCB2D0213b1313f
Octal1613173135502232616177
Binary111000111001111110010111011010101001110110001110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71CFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,207,203); }

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

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

 a { background-color: rgb(113,207,203); }

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

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

 span { border-color: rgb(113,207,203); }

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