#74BBBA

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

Shades of Glacier #74BBBA

Tints of Glacier #74BBBA

Color information

#74BBBA (or 0x74BBBA) is unknown color: approx Glacier. HEX triplet: 74, BB and BA. RGB value is (116,187,186). Sum of RGB (Red+Green+Blue) = 116+187+186=489 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.72% from 489); Green value is 187 (73.44% from 255 or 38.24% from 489); Blue value is 186 (73.05% from 255 or 38.04% from 489); Max value from RGB is 187 - color contains mainly: green. Hex color #74BBBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74BBBA is #8B4445. Grayscale: #A5A5A5. Windows color (decimal): -9126982 or 12237684. OLE color: 12237684.

HSL color Cylindrical-coordinate representation of color #74BBBA: hue angle of 179.15º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #74BBBA is Cyan = 0.38, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB116187186-
CMYK0.3800.010.27
HSL179.15º34.3%59.41%-
HSV(B)179.15º37.97%73.33%-
XYZ33.8442.852.93-
YUV165.66139.4892.58-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 23.72%
GREEN value IS 187 (73.44% from 255) = 38.24%
BLUE value IS 186 (73.05% from 255) = 38.04%
R=23.72%
G=38.24%
B=38.04%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1161871860.3800.010.27179.1534.359.41
Hex74BBBA26011Bb3223b
Octal1642732724601332634273
Binary11101001011101110111010100110011101110110011100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74BBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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