#68AF8B

Color #68AF8B Silver Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Silver Tree #68AF8B

Tints of Silver Tree #68AF8B

Color information

#68AF8B (or 0x68AF8B) is unknown color: approx Silver Tree. HEX triplet: 68, AF and 8B. RGB value is (104,175,139). Sum of RGB (Red+Green+Blue) = 104+175+139=418 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.88% from 418); Green value is 175 (68.75% from 255 or 41.87% from 418); Blue value is 139 (54.69% from 255 or 33.25% from 418); Max value from RGB is 175 - color contains mainly: green. Hex color #68AF8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68AF8B is #975074. Grayscale: #959595. Windows color (decimal): -9916533 or 9154408. OLE color: 9154408.

HSL color Cylindrical-coordinate representation of color #68AF8B: hue angle of 149.58º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #68AF8B is Cyan = 0.41, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.

Color convert

RGB104175139-
CMYK0.4100.210.31
HSL149.58º30.74%54.71%-
HSV(B)149.58º40.57%68.63%-
XYZ25.735.4729.92-
YUV149.67121.9895.43-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 24.88%
GREEN value IS 175 (68.75% from 255) = 41.87%
BLUE value IS 139 (54.69% from 255) = 33.25%
R=24.88%
G=41.87%
B=33.25%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1041751390.4100.210.31149.5830.7454.71
Hex68AF8B290151F961f37
Octal15025721351025372263767
Binary11010001010111110001011101001010101111111001011011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68AF8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68AF8B; }

 p { color: rgb(104,175,139); }

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

<style>
 a { background-color: #68AF8B; }

 a { background-color: rgb(104,175,139); }

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

<style>
 span { border-color: #68AF8B; }

 span { border-color: rgb(104,175,139); }

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