#74BCBF

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

Shades of Glacier #74BCBF

Tints of Glacier #74BCBF

Color information

#74BCBF (or 0x74BCBF) is unknown color: approx Glacier. HEX triplet: 74, BC and BF. RGB value is (116,188,191). Sum of RGB (Red+Green+Blue) = 116+188+191=495 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.43% from 495); Green value is 188 (73.83% from 255 or 37.98% from 495); Blue value is 191 (75% from 255 or 38.59% from 495); Max value from RGB is 191 - color contains mainly: blue. Hex color #74BCBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74BCBF is #8B4340. Grayscale: #A6A6A6. Windows color (decimal): -9126721 or 12565620. OLE color: 12565620.

HSL color Cylindrical-coordinate representation of color #74BCBF: hue angle of 182.4º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #74BCBF is Cyan = 0.39, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB116188191-
CMYK0.390.0200.25
HSL182.4º36.95%60.2%-
HSV(B)182.4º39.27%74.9%-
XYZ34.5943.4455.85-
YUV166.81141.6591.76-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 23.43%
GREEN value IS 188 (73.83% from 255) = 37.98%
BLUE value IS 191 (75% from 255) = 38.59%
R=23.43%
G=37.98%
B=38.59%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1161881910.390.0200.25182.436.9560.2
Hex74BCBF272019b6253c
Octal1642742774720312664574
Binary111010010111100101111111001111001100110110110100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74BCBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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