#74C9CD

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

Shades of Spray #74C9CD

Tints of Spray #74C9CD

Color information

#74C9CD (or 0x74C9CD) is unknown color: approx Spray. HEX triplet: 74, C9 and CD. RGB value is (116,201,205). Sum of RGB (Red+Green+Blue) = 116+201+205=522 (69% of max value = 765). Red value is 116 (45.70% from 255 or 22.22% from 522); Green value is 201 (78.91% from 255 or 38.51% from 522); Blue value is 205 (80.47% from 255 or 39.27% from 522); Max value from RGB is 205 - color contains mainly: blue. Hex color #74C9CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74C9CD is #8B3632. Grayscale: #AFAFAF. Windows color (decimal): -9123379 or 13486452. OLE color: 13486452.

HSL color Cylindrical-coordinate representation of color #74C9CD: hue angle of 182.7º degrees, saturation: 0.47, 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 #74C9CD is Cyan = 0.43, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB116201205-
CMYK0.430.0200.20
HSL182.7º47.09%62.94%-
HSV(B)182.7º43.41%80.39%-
XYZ39.1149.8965.33-
YUV176.04144.3485.17-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 22.22%
GREEN value IS 201 (78.91% from 255) = 38.51%
BLUE value IS 205 (80.47% from 255) = 39.27%
R=22.22%
G=38.51%
B=39.27%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1162012050.430.0200.20182.747.0962.94
Hex74C9CD2B2014b72f3f
Octal1643113155320242675777
Binary111010011001001110011011010111001010010110111101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74C9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,201,205); }

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

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

 a { background-color: rgb(116,201,205); }

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

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

 span { border-color: rgb(116,201,205); }

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