#74B8BA

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

Shades of Glacier #74B8BA

Tints of Glacier #74B8BA

Color information

#74B8BA (or 0x74B8BA) is unknown color: approx Glacier. HEX triplet: 74, B8 and BA. RGB value is (116,184,186). Sum of RGB (Red+Green+Blue) = 116+184+186=486 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.87% from 486); Green value is 184 (72.27% from 255 or 37.86% from 486); Blue value is 186 (73.05% from 255 or 38.27% from 486); Max value from RGB is 186 - color contains mainly: blue. Hex color #74B8BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74B8BA is #8B4745. Grayscale: #A3A3A3. Windows color (decimal): -9127750 or 12236916. OLE color: 12236916.

HSL color Cylindrical-coordinate representation of color #74B8BA: hue angle of 181.71º 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 #74B8BA is Cyan = 0.38, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB116184186-
CMYK0.380.0100.27
HSL181.71º33.65%59.22%-
HSV(B)181.71º37.63%72.94%-
XYZ33.2141.5452.72-
YUV163.9140.4793.84-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 23.87%
GREEN value IS 184 (72.27% from 255) = 37.86%
BLUE value IS 186 (73.05% from 255) = 38.27%
R=23.87%
G=37.86%
B=38.27%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1161841860.380.0100.27181.7133.6559.22
Hex74B8BA26101Bb6223b
Octal1642702724610332664273
Binary11101001011100010111010100110101101110110110100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74B8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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