Html Css Color HEX #76BDC4 Glacier

📋 copy color: '#76BDC4'

red 118 ◦ green 189 ◦ blue 196

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

Shades of Glacier #76BDC4

Tints of Glacier #76BDC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 38.97%

R = 23.46%
G = 37.57%
B = 38.97%

CMYK

 C value IS 0.40

 M value IS 0.04

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#76BDC4 (or 0x76BDC4) is known color: Glacier. HEX triplet: 76, BD and C4. RGB value is (118,189,196). Sum of RGB (Red+Green+Blue) = 118+189+196=503 (66% of max value = 765). Red value is 118 (46.48% from 255 or 23.46% from 503); Green value is 189 (74.22% from 255 or 37.57% from 503); Blue value is 196 (76.95% from 255 or 38.97% from 503); Max value from RGB is 196 - color contains mainly: blue. Hex color #76BDC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76BDC4 is #89423B. Grayscale: #A8A8A8. Windows color (decimal): -8995388 or 12893558. OLE color: 12893558.

HSL color Cylindrical-coordinate representation of color #76BDC4: hue angle of 185.38º degrees, saturation: 0.4, 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 #76BDC4 is Cyan = 0.40, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 118 189 196 -
CMYK 0.40 0.04 0 0.23
HSL 185.38º 0.4% 0.62% -
HSV(B) 185.38º 0.4% 0.77% -
XYZ 35.63 44.23 58.88 -
YUV 168.57 143.48 91.93 -
System Red Green Blue C M Y K H S L
Decimal 118 189 196 0.40 0.04 0 0.23 185.38 0.4 0.62
Hex 76 BD C4 28 4 0 17 B9 28 3E
Octal 166 275 304 50 4 0 27 271 50 76
Binary 1110110 10111101 11000100 101000 100 0 10111 10111001 101000 111110

Color Harmonies of #76BDC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BDC4

Black with #76BDC4

Text Example


Text Example

White with #76BDC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,189,196); }

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

background-color css

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

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

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

border-color css

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

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

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