#74BFC0

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

Shades of Glacier #74BFC0

Tints of Glacier #74BFC0

Color information

#74BFC0 (or 0x74BFC0) is unknown color: approx Glacier. HEX triplet: 74, BF and C0. RGB value is (116,191,192). Sum of RGB (Red+Green+Blue) = 116+191+192=499 (66% of max value = 765). Red value is 116 (45.70% from 255 or 23.25% from 499); Green value is 191 (75% from 255 or 38.28% from 499); Blue value is 192 (75.39% from 255 or 38.48% from 499); Max value from RGB is 192 - color contains mainly: blue. Hex color #74BFC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74BFC0 is #8B403F. Grayscale: #A8A8A8. Windows color (decimal): -9125952 or 12631924. OLE color: 12631924.

HSL color Cylindrical-coordinate representation of color #74BFC0: hue angle of 180.79º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #74BFC0 is Cyan = 0.40, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB116191192-
CMYK0.400.0100.25
HSL180.79º37.62%60.39%-
HSV(B)180.79º39.58%75.29%-
XYZ35.3544.7856.65-
YUV168.69141.1590.42-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 23.25%
GREEN value IS 191 (75% from 255) = 38.28%
BLUE value IS 192 (75.39% from 255) = 38.48%
R=23.25%
G=38.28%
B=38.48%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1161911920.400.0100.25180.7937.6260.39
Hex74BFC0281019b5263c
Octal1642773005010312654674
Binary11101001011111111000000101000101100110110101100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74BFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,191,192); }

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

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

 a { background-color: rgb(116,191,192); }

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

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

 span { border-color: rgb(116,191,192); }

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