#74C6CC

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

Shades of Spray #74C6CC

Tints of Spray #74C6CC

Color information

#74C6CC (or 0x74C6CC) is unknown color: approx Spray. HEX triplet: 74, C6 and CC. RGB value is (116,198,204). Sum of RGB (Red+Green+Blue) = 116+198+204=518 (68% of max value = 765). Red value is 116 (45.70% from 255 or 22.39% from 518); Green value is 198 (77.73% from 255 or 38.22% from 518); Blue value is 204 (80.08% from 255 or 39.38% from 518); Max value from RGB is 204 - color contains mainly: blue. Hex color #74C6CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74C6CC is #8B3933. Grayscale: #AEAEAE. Windows color (decimal): -9124148 or 13420148. OLE color: 13420148.

HSL color Cylindrical-coordinate representation of color #74C6CC: hue angle of 184.09º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #74C6CC is Cyan = 0.43, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB116198204-
CMYK0.430.0300.2
HSL184.09º46.32%62.75%-
HSV(B)184.09º43.14%80%-
XYZ38.348.4664.46-
YUV174.17144.8386.51-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 22.39%
GREEN value IS 198 (77.73% from 255) = 38.22%
BLUE value IS 204 (80.08% from 255) = 39.38%
R=22.39%
G=38.22%
B=39.38%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1161982040.430.0300.2184.0946.3262.75
Hex74C6CC2B3014b82e3f
Octal1643063145330242705677
Binary111010011000110110011001010111101010010111000101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74C6CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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