#74CACF

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

Shades of Spray #74CACF

Tints of Spray #74CACF

Color information

#74CACF (or 0x74CACF) is unknown color: approx Spray. HEX triplet: 74, CA and CF. RGB value is (116,202,207). Sum of RGB (Red+Green+Blue) = 116+202+207=525 (69% of max value = 765). Red value is 116 (45.70% from 255 or 22.10% from 525); Green value is 202 (79.30% from 255 or 38.48% from 525); Blue value is 207 (81.25% from 255 or 39.43% from 525); Max value from RGB is 207 - color contains mainly: blue. Hex color #74CACF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74CACF is #8B3530. Grayscale: #B0B0B0. Windows color (decimal): -9123121 or 13617780. OLE color: 13617780.

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

Color convert

RGB116202207-
CMYK0.440.0200.19
HSL183.3º48.66%63.33%-
HSV(B)183.3º43.96%81.18%-
XYZ39.5950.4666.68-
YUV176.86145.0184.59-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 22.10%
GREEN value IS 202 (79.30% from 255) = 38.48%
BLUE value IS 207 (81.25% from 255) = 39.43%
R=22.10%
G=38.48%
B=39.43%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1162022070.440.0200.19183.348.6663.33
Hex74CACF2C2013b7313f
Octal1643123175420232676177
Binary111010011001010110011111011001001001110110111110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74CACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74CACF; }

 p { color: rgb(116,202,207); }

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

<style>
 a { background-color: #74CACF; }

 a { background-color: rgb(116,202,207); }

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

<style>
 span { border-color: #74CACF; }

 span { border-color: rgb(116,202,207); }

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