Html Css Color HEX #77BDBF Glacier

📋 copy color: '#77BDBF'

red 119 ◦ green 189 ◦ blue 191

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

Shades of Glacier #77BDBF

Tints of Glacier #77BDBF

RGB

 RED value IS 119 (46.88% from 255) = 23.85%

 GREEN value IS 189 (74.22% from 255) = 37.88%

 BLUE value IS 191 (75% from 255) = 38.28%

R = 23.85%
G = 37.88%
B = 38.28%

CMYK

 C value IS 0.38

 M value IS 0.01

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#77BDBF (or 0x77BDBF) is known color: Glacier. HEX triplet: 77, BD and BF. RGB value is (119,189,191). Sum of RGB (Red+Green+Blue) = 119+189+191=499 (66% of max value = 765). Red value is 119 (46.88% from 255 or 23.85% from 499); Green value is 189 (74.22% from 255 or 37.88% from 499); Blue value is 191 (75% from 255 or 38.28% from 499); Max value from RGB is 191 - color contains mainly: blue. Hex color #77BDBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77BDBF is #884240. Grayscale: #A8A8A8. Windows color (decimal): -8929857 or 12565879. OLE color: 12565879.

HSL color Cylindrical-coordinate representation of color #77BDBF: hue angle of 181.67º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #77BDBF is Cyan = 0.38, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 119 189 191 -
CMYK 0.38 0.01 0 0.25
HSL 181.67º 0.36% 0.61% -
HSV(B) 181.67º 0.38% 0.75% -
XYZ 35.21 44.08 55.94 -
YUV 168.3 140.81 92.84 -
System Red Green Blue C M Y K H S L
Decimal 119 189 191 0.38 0.01 0 0.25 181.67 0.36 0.61
Hex 77 BD BF 26 1 0 19 B6 24 3D
Octal 167 275 277 46 1 0 31 266 44 75
Binary 1110111 10111101 10111111 100110 1 0 11001 10110110 100100 111101

Color Harmonies of #77BDBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77BDBF

Black with #77BDBF

Text Example


Text Example

White with #77BDBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77BDBF; }

 p { color: rgb(119,189,191); }

 H1.HeaderClassName
 {
   color: #77BDBF;
 }
 .AnyTagClassName
 {
   color: #77BDBF;
 }
</style>

background-color css

<style>
 a { background-color: #77BDBF; }

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

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

border-color css

<style>
 span { border-color: #77BDBF; }

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

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