#74C3C4

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

Shades of Glacier #74C3C4

Tints of Glacier #74C3C4

Color information

#74C3C4 (or 0x74C3C4) is unknown color: approx Glacier. HEX triplet: 74, C3 and C4. RGB value is (116,195,196). Sum of RGB (Red+Green+Blue) = 116+195+196=507 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.88% from 507); Green value is 195 (76.56% from 255 or 38.46% from 507); Blue value is 196 (76.95% from 255 or 38.66% from 507); Max value from RGB is 196 - color contains mainly: blue. Hex color #74C3C4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74C3C4 is #8B3C3B. Grayscale: #ABABAB. Windows color (decimal): -9124924 or 12895092. OLE color: 12895092.

HSL color Cylindrical-coordinate representation of color #74C3C4: hue angle of 180.75º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #74C3C4 is Cyan = 0.41, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB116195196-
CMYK0.410.0100.23
HSL180.75º40.4%61.18%-
HSV(B)180.75º40.82%76.86%-
XYZ36.6846.7359.31-
YUV171.49141.8388.42-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 22.88%
GREEN value IS 195 (76.56% from 255) = 38.46%
BLUE value IS 196 (76.95% from 255) = 38.66%
R=22.88%
G=38.46%
B=38.66%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1161951960.410.0100.23180.7540.461.18
Hex74C3C4291017b5283d
Octal1643033045110272655075
Binary11101001100001111000100101001101011110110101101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74C3C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,195,196); }

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

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

 a { background-color: rgb(116,195,196); }

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

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

 span { border-color: rgb(116,195,196); }

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