#74C5C8

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

Shades of Glacier #74C5C8

Tints of Glacier #74C5C8

Color information

#74C5C8 (or 0x74C5C8) is unknown color: approx Glacier. HEX triplet: 74, C5 and C8. RGB value is (116,197,200). Sum of RGB (Red+Green+Blue) = 116+197+200=513 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.61% from 513); Green value is 197 (77.34% from 255 or 38.40% from 513); Blue value is 200 (78.52% from 255 or 38.99% from 513); Max value from RGB is 200 - color contains mainly: blue. Hex color #74C5C8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74C5C8 is #8B3A37. Grayscale: #ADADAD. Windows color (decimal): -9124408 or 13157748. OLE color: 13157748.

HSL color Cylindrical-coordinate representation of color #74C5C8: hue angle of 182.14º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #74C5C8 is Cyan = 0.42, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB116197200-
CMYK0.420.0200.22
HSL182.14º43.3%61.96%-
HSV(B)182.14º42%78.43%-
XYZ37.5947.8261.89-
YUV173.12143.1687.26-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 22.61%
GREEN value IS 197 (77.34% from 255) = 38.40%
BLUE value IS 200 (78.52% from 255) = 38.99%
R=22.61%
G=38.40%
B=38.99%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1161972000.420.0200.22182.1443.361.96
Hex74C5C82A2016b62b3e
Octal1643053105220262665376
Binary111010011000101110010001010101001011010110110101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74C5C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,197,200); }

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

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

 a { background-color: rgb(116,197,200); }

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

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

 span { border-color: rgb(116,197,200); }

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