#74BBBE

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

Shades of Glacier #74BBBE

Tints of Glacier #74BBBE

Color information

#74BBBE (or 0x74BBBE) is unknown color: approx Glacier. HEX triplet: 74, BB and BE. RGB value is (116,187,190). Sum of RGB (Red+Green+Blue) = 116+187+190=493 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.53% from 493); Green value is 187 (73.44% from 255 or 37.93% from 493); Blue value is 190 (74.61% from 255 or 38.54% from 493); Max value from RGB is 190 - color contains mainly: blue. Hex color #74BBBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74BBBE is #8B4441. Grayscale: #A6A6A6. Windows color (decimal): -9126978 or 12499828. OLE color: 12499828.

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

Color convert

RGB116187190-
CMYK0.390.0200.25
HSL182.43º36.27%60%-
HSV(B)182.43º38.95%74.51%-
XYZ34.2742.9755.2-
YUV166.11141.4892.26-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 23.53%
GREEN value IS 187 (73.44% from 255) = 37.93%
BLUE value IS 190 (74.61% from 255) = 38.54%
R=23.53%
G=37.93%
B=38.54%

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
Decimal1161871900.390.0200.25182.4336.2760
Hex74BBBE272019b6243c
Octal1642732764720312664474
Binary111010010111011101111101001111001100110110110100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74BBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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