Html Css Color HEX #74BBBA Glacier

📋 copy color: '#74BBBA'

red 116 ◦ green 187 ◦ blue 186

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

Shades of Glacier #74BBBA

Tints of Glacier #74BBBA

RGB

 RED value IS 116 (45.7% 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 value IS 0.38

 M value IS 0

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#74BBBA (or 0x74BBBA) is known color: 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

RGB 116 187 186 -
CMYK 0.38 0 0.01 0.27
HSL 179.15º 0.34% 0.59% -
HSV(B) 179.15º 0.38% 0.73% -
XYZ 33.84 42.8 52.93 -
YUV 165.66 139.48 92.58 -
System Red Green Blue C M Y K H S L
Decimal 116 187 186 0.38 0 0.01 0.27 179.15 0.34 0.59
Hex 74 BB BA 26 0 1 1B B3 22 3B
Octal 164 273 272 46 0 1 33 263 42 73
Binary 1110100 10111011 10111010 100110 0 1 11011 10110011 100010 111011

Color Harmonies of #74BBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BBBA

Black with #74BBBA

Text Example


Text Example

White with #74BBBA

Text Example


Text Example

HTML Codes & Css Web 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>