#74BBBF

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

Shades of Glacier #74BBBF

Tints of Glacier #74BBBF

Color information

#74BBBF (or 0x74BBBF) is unknown color: approx Glacier. HEX triplet: 74, BB and BF. RGB value is (116,187,191). Sum of RGB (Red+Green+Blue) = 116+187+191=494 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.48% from 494); Green value is 187 (73.44% from 255 or 37.85% from 494); Blue value is 191 (75% from 255 or 38.66% from 494); Max value from RGB is 191 - color contains mainly: blue. Hex color #74BBBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74BBBF is #8B4440. Grayscale: #A6A6A6. Windows color (decimal): -9126977 or 12565364. OLE color: 12565364.

HSL color Cylindrical-coordinate representation of color #74BBBF: hue angle of 183.2º 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 #74BBBF is Cyan = 0.39, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB116187191-
CMYK0.390.0200.25
HSL183.2º36.95%60.2%-
HSV(B)183.2º39.27%74.9%-
XYZ34.3843.0255.78-
YUV166.23141.9892.17-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 23.48%
GREEN value IS 187 (73.44% from 255) = 37.85%
BLUE value IS 191 (75% from 255) = 38.66%
R=23.48%
G=37.85%
B=38.66%

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
Decimal1161871910.390.0200.25183.236.9560.2
Hex74BBBF272019b7253c
Octal1642732774720312674574
Binary111010010111011101111111001111001100110110111100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74BBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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