Html Css Color HEX #76BFBF Glacier

📋 copy color: '#76BFBF'

red 118 ◦ green 191 ◦ blue 191

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

Shades of Glacier #76BFBF

Tints of Glacier #76BFBF

RGB

 RED value IS 118 (46.48% from 255) = 23.6%

 GREEN value IS 191 (75% from 255) = 38.2%

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

R = 23.6%
G = 38.2%
B = 38.2%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#76BFBF (or 0x76BFBF) is known color: Glacier. HEX triplet: 76, BF and BF. RGB value is (118,191,191). Sum of RGB (Red+Green+Blue) = 118+191+191=500 (66% of max value = 765). Red value is 118 (46.48% from 255 or 23.6% from 500); Green value is 191 (75% from 255 or 38.2% from 500); Blue value is 191 (75% from 255 or 38.2% from 500); Max value from RGB is 191 - color contains mainly: green, blue. Hex color #76BFBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76BFBF is #894040. Grayscale: #A9A9A9. Windows color (decimal): -8994881 or 12566390. OLE color: 12566390.

HSL color Cylindrical-coordinate representation of color #76BFBF: hue angle of 180º 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 #76BFBF is Cyan = 0.38, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 118 191 191 -
CMYK 0.38 0 0 0.25
HSL 180º 0.36% 0.61% -
HSV(B) 180º 0.38% 0.75% -
XYZ 35.51 44.87 56.08 -
YUV 169.17 140.32 91.5 -
System Red Green Blue C M Y K H S L
Decimal 118 191 191 0.38 0 0 0.25 180 0.36 0.61
Hex 76 BF BF 26 0 0 19 B4 24 3D
Octal 166 277 277 46 0 0 31 264 44 75
Binary 1110110 10111111 10111111 100110 0 0 11001 10110100 100100 111101

Color Harmonies of #76BFBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BFBF

Black with #76BFBF

Text Example


Text Example

White with #76BFBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76BFBF; }

 p { color: rgb(118,191,191); }

 H1.HeaderClassName
 {
   color: #76BFBF;
 }
 .AnyTagClassName
 {
   color: #76BFBF;
 }
</style>

background-color css

<style>
 a { background-color: #76BFBF; }

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

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

border-color css

<style>
 span { border-color: #76BFBF; }

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

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