Html Css Color HEX #76BFC5 Glacier

📋 copy color: '#76BFC5'

red 118 ◦ green 191 ◦ blue 197

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

Shades of Glacier #76BFC5

Tints of Glacier #76BFC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 38.93%

R = 23.32%
G = 37.75%
B = 38.93%

CMYK

 C value IS 0.40

 M value IS 0.03

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#76BFC5 (or 0x76BFC5) is known color: Glacier. HEX triplet: 76, BF and C5. RGB value is (118,191,197). Sum of RGB (Red+Green+Blue) = 118+191+197=506 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.32% from 506); Green value is 191 (75% from 255 or 37.75% from 506); Blue value is 197 (77.34% from 255 or 38.93% from 506); Max value from RGB is 197 - color contains mainly: blue. Hex color #76BFC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76BFC5 is #89403A. Grayscale: #A9A9A9. Windows color (decimal): -8994875 or 12959606. OLE color: 12959606.

HSL color Cylindrical-coordinate representation of color #76BFC5: hue angle of 184.56º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #76BFC5 is Cyan = 0.40, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 118 191 197 -
CMYK 0.40 0.03 0 0.23
HSL 184.56º 0.41% 0.62% -
HSV(B) 184.56º 0.4% 0.77% -
XYZ 36.18 45.14 59.63 -
YUV 169.86 143.32 91.01 -
System Red Green Blue C M Y K H S L
Decimal 118 191 197 0.40 0.03 0 0.23 184.56 0.41 0.62
Hex 76 BF C5 28 3 0 17 B9 29 3E
Octal 166 277 305 50 3 0 27 271 51 76
Binary 1110110 10111111 11000101 101000 11 0 10111 10111001 101001 111110

Color Harmonies of #76BFC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BFC5

Black with #76BFC5

Text Example


Text Example

White with #76BFC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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