#7DBFBF

Color #7DBFBF Glacier (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Glacier #7DBFBF

Tints of Glacier #7DBFBF

Color information

#7DBFBF (or 0x7DBFBF) is unknown color: approx Glacier. HEX triplet: 7D, BF and BF. RGB value is (125,191,191). Sum of RGB (Red+Green+Blue) = 125+191+191=507 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.65% from 507); Green value is 191 (75% from 255 or 37.67% from 507); Blue value is 191 (75% from 255 or 37.67% from 507); Max value from RGB is 191 - color contains mainly: green, blue. Hex color #7DBFBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DBFBF is #824040. Grayscale: #ABABAB. Windows color (decimal): -8536129 or 12566397. OLE color: 12566397.

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

Color convert

RGB125191191-
CMYK0.35000.25
HSL180º34.02%61.96%-
HSV(B)180º34.55%74.9%-
XYZ36.4945.3856.13-
YUV171.27139.1395-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.65%
GREEN value IS 191 (75% from 255) = 37.67%
BLUE value IS 191 (75% from 255) = 37.67%
R=24.65%
G=37.67%
B=37.67%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1251911910.35000.2518034.0261.96
Hex7DBFBF230019b4223e
Octal1752772774300312644276
Binary11111011011111110111111100011001100110110100100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DBFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7DBFBF; }

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

 H1.HeaderClassName
 {
   color: #7DBFBF;
 }
 .AnyTagClassName
 {
   color: #7DBFBF;
 }
</style>
background-color css

<style>
 a { background-color: #7DBFBF; }

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

 div.DivClassName
 {
   background-color: #7DBFBF;
 }
 .BgClassName
 {
   background-color: #7DBFBF;
 }
</style>
border-color css

<style>
 span { border-color: #7DBFBF; }

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

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