#74ced3

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

Shades of Spray #74CED3

Tints of Spray #74CED3

Color information

#74CED3 (or 0x74CED3) is unknown color: approx Spray. HEX triplet: 74, CE and D3. RGB value is (116,206,211). Sum of RGB (Red+Green+Blue) = 116+206+211=533 (70% of max value = 765). Red value is 116 (45.70% from 255 or 21.76% from 533); Green value is 206 (80.86% from 255 or 38.65% from 533); Blue value is 211 (82.81% from 255 or 39.59% from 533); Max value from RGB is 211 - color contains mainly: blue. Hex color #74CED3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74CED3 is #8B312C. Grayscale: #B3B3B3. Windows color (decimal): -9122093 or 13880948. OLE color: 13880948.

HSL color Cylindrical-coordinate representation of color #74CED3: hue angle of 183.16º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #74CED3 is Cyan = 0.45, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB116206211-
CMYK0.450.0200.17
HSL183.16º51.91%64.12%-
HSV(B)183.16º45.02%82.75%-
XYZ41.0352.5669.61-
YUV179.66145.6882.59-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 21.76%
GREEN value IS 206 (80.86% from 255) = 38.65%
BLUE value IS 211 (82.81% from 255) = 39.59%
R=21.76%
G=38.65%
B=39.59%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1162062110.450.0200.17183.1651.9164.12
Hex74CED32D2011b73440
Octal16431632355202126764100
Binary1110100110011101101001110110110010001101101111101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74ced3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,206,211); }

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

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

 a { background-color: rgb(116,206,211); }

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

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

 span { border-color: rgb(116,206,211); }

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