Html Css Color HEX #74BABB Glacier

📋 copy color: '#74BABB'

red 116 ◦ green 186 ◦ blue 187

#74BABB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Glacier #74BABB

Tints of Glacier #74BABB

RGB

 RED value IS 116 (45.7% from 255) = 23.72%

 GREEN value IS 186 (73.05% from 255) = 38.04%

 BLUE value IS 187 (73.44% from 255) = 38.24%

R = 23.72%
G = 38.04%
B = 38.24%

CMYK

 C value IS 0.38

 M value IS 0.01

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

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

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

Color convert

RGB 116 186 187 -
CMYK 0.38 0.01 0 0.27
HSL 180.85º 0.34% 0.59% -
HSV(B) 180.85º 0.38% 0.73% -
XYZ 33.73 42.42 53.42 -
YUV 165.18 140.31 92.92 -
System Red Green Blue C M Y K H S L
Decimal 116 186 187 0.38 0.01 0 0.27 180.85 0.34 0.59
Hex 74 BA BB 26 1 0 1B B5 22 3B
Octal 164 272 273 46 1 0 33 265 42 73
Binary 1110100 10111010 10111011 100110 1 0 11011 10110101 100010 111011

Color Harmonies of #74BABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BABB

Black with #74BABB

Text Example


Text Example

White with #74BABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #74BABB;
 }
 .AnyTagClassName
 {
   color: #74BABB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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