#74D0CF

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

Shades of Spray #74D0CF

Tints of Spray #74D0CF

Color information

#74D0CF (or 0x74D0CF) is unknown color: approx Spray. HEX triplet: 74, D0 and CF. RGB value is (116,208,207). Sum of RGB (Red+Green+Blue) = 116+208+207=531 (70% of max value = 765). Red value is 116 (45.70% from 255 or 21.85% from 531); Green value is 208 (81.64% from 255 or 39.17% from 531); Blue value is 207 (81.25% from 255 or 38.98% from 531); Max value from RGB is 208 - color contains mainly: green. Hex color #74D0CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74D0CF is #8B2F30. Grayscale: #B4B4B4. Windows color (decimal): -9121585 or 13619316. OLE color: 13619316.

HSL color Cylindrical-coordinate representation of color #74D0CF: hue angle of 179.35º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #74D0CF is Cyan = 0.44, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.18.

Color convert

RGB116208207-
CMYK0.4400.000.18
HSL179.35º49.46%63.53%-
HSV(B)179.35º44.23%81.57%-
XYZ41.0253.3367.16-
YUV180.38143.0282.08-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 21.85%
GREEN value IS 208 (81.64% from 255) = 39.17%
BLUE value IS 207 (81.25% from 255) = 38.98%
R=21.85%
G=39.17%
B=38.98%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1162082070.4400.000.18179.3549.4663.53
Hex74D0CF2C0012b33140
Octal16432031754002226361100
Binary111010011010000110011111011000010010101100111100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74D0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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