#74CCCF

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

Shades of Spray #74CCCF

Tints of Spray #74CCCF

Color information

#74CCCF (or 0x74CCCF) is unknown color: approx Spray. HEX triplet: 74, CC and CF. RGB value is (116,204,207). Sum of RGB (Red+Green+Blue) = 116+204+207=527 (69% of max value = 765). Red value is 116 (45.70% from 255 or 22.01% from 527); Green value is 204 (80.08% from 255 or 38.71% from 527); Blue value is 207 (81.25% from 255 or 39.28% from 527); Max value from RGB is 207 - color contains mainly: blue. Hex color #74CCCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74CCCF is #8B3330. Grayscale: #B1B1B1. Windows color (decimal): -9122609 or 13618292. OLE color: 13618292.

HSL color Cylindrical-coordinate representation of color #74CCCF: hue angle of 181.98º 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 #74CCCF is Cyan = 0.44, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB116204207-
CMYK0.440.0100.19
HSL181.98º48.66%63.33%-
HSV(B)181.98º43.96%81.18%-
XYZ40.0651.466.84-
YUV178.03144.3583.76-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 22.01%
GREEN value IS 204 (80.08% from 255) = 38.71%
BLUE value IS 207 (81.25% from 255) = 39.28%
R=22.01%
G=38.71%
B=39.28%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1162042070.440.0100.19181.9848.6663.33
Hex74CCCF2C1013b6313f
Octal1643143175410232666177
Binary11101001100110011001111101100101001110110110110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74CCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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