#71C6CA

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

Shades of Spray #71C6CA

Tints of Spray #71C6CA

Color information

#71C6CA (or 0x71C6CA) is unknown color: approx Spray. HEX triplet: 71, C6 and CA. RGB value is (113,198,202). Sum of RGB (Red+Green+Blue) = 113+198+202=513 (67% of max value = 765). Red value is 113 (44.53% from 255 or 22.03% from 513); Green value is 198 (77.73% from 255 or 38.60% from 513); Blue value is 202 (79.30% from 255 or 39.38% from 513); Max value from RGB is 202 - color contains mainly: blue. Hex color #71C6CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71C6CA is #8E3935. Grayscale: #ACACAC. Windows color (decimal): -9320758 or 13289073. OLE color: 13289073.

HSL color Cylindrical-coordinate representation of color #71C6CA: hue angle of 182.7º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #71C6CA is Cyan = 0.44, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB113198202-
CMYK0.440.0200.21
HSL182.7º45.64%61.76%-
HSV(B)182.7º44.06%79.22%-
XYZ37.6648.1663.19-
YUV173.04144.3485.17-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 22.03%
GREEN value IS 198 (77.73% from 255) = 38.60%
BLUE value IS 202 (79.30% from 255) = 39.38%
R=22.03%
G=38.60%
B=39.38%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1131982020.440.0200.21182.745.6461.76
Hex71C6CA2C2015b72e3e
Octal1613063125420252675676
Binary111000111000110110010101011001001010110110111101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71C6CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,198,202); }

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

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

 a { background-color: rgb(113,198,202); }

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

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

 span { border-color: rgb(113,198,202); }

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