Html Css Color HEX #76BEBE Glacier

📋 copy color: '#76BEBE'

red 118 ◦ green 190 ◦ blue 190

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

Shades of Glacier #76BEBE

Tints of Glacier #76BEBE

RGB

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

 GREEN value IS 190 (74.61% from 255) = 38.15%

 BLUE value IS 190 (74.61% from 255) = 38.15%

R = 23.69%
G = 38.15%
B = 38.15%

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

#76BEBE (or 0x76BEBE) is known color: Glacier. HEX triplet: 76, BE and BE. RGB value is (118,190,190). Sum of RGB (Red+Green+Blue) = 118+190+190=498 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.69% from 498); Green value is 190 (74.61% from 255 or 38.15% from 498); Blue value is 190 (74.61% from 255 or 38.15% from 498); Max value from RGB is 190 - color contains mainly: green, blue. Hex color #76BEBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76BEBE is #894141. Grayscale: #A8A8A8. Windows color (decimal): -8995138 or 12500598. OLE color: 12500598.

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

Color convert

RGB 118 190 190 -
CMYK 0.38 0 0 0.25
HSL 180º 0.36% 0.6% -
HSV(B) 180º 0.38% 0.75% -
XYZ 35.18 44.4 55.43 -
YUV 168.47 140.15 92 -
System Red Green Blue C M Y K H S L
Decimal 118 190 190 0.38 0 0 0.25 180 0.36 0.6
Hex 76 BE BE 26 0 0 19 B4 24 3C
Octal 166 276 276 46 0 0 31 264 44 74
Binary 1110110 10111110 10111110 100110 0 0 11001 10110100 100100 111100

Color Harmonies of #76BEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BEBE

Black with #76BEBE

Text Example


Text Example

White with #76BEBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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