#74BDBD

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

Shades of Glacier #74BDBD

Tints of Glacier #74BDBD

Color information

#74BDBD (or 0x74BDBD) is unknown color: approx Glacier. HEX triplet: 74, BD and BD. RGB value is (116,189,189). Sum of RGB (Red+Green+Blue) = 116+189+189=494 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.48% from 494); Green value is 189 (74.22% from 255 or 38.26% from 494); Blue value is 189 (74.22% from 255 or 38.26% from 494); Max value from RGB is 189 - color contains mainly: green, blue. Hex color #74BDBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74BDBD is #8B4242. Grayscale: #A7A7A7. Windows color (decimal): -9126467 or 12434804. OLE color: 12434804.

HSL color Cylindrical-coordinate representation of color #74BDBD: hue angle of 180º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #74BDBD is Cyan = 0.39, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB116189189-
CMYK0.39000.26
HSL180º35.61%59.8%-
HSV(B)180º38.62%74.12%-
XYZ34.5943.7854.77-
YUV167.17140.3291.5-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 23.48%
GREEN value IS 189 (74.22% from 255) = 38.26%
BLUE value IS 189 (74.22% from 255) = 38.26%
R=23.48%
G=38.26%
B=38.26%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1161891890.39000.2618035.6159.8
Hex74BDBD27001Ab4243c
Octal1642752754700322644474
Binary11101001011110110111101100111001101010110100100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74BDBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,189,189); }

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

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

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

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

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

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

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